Astro Mechanica Brand Identity
A complete profile of Astro Mechanica's visual system — colors, typography, components, and personality — extracted from https://astromecha.co/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://astromecha.co/.
Typography
Each font links to its Google Fonts page where available.
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Visual Assets


UI Components
Live previews rendered using Astro Mechanica's actual button styles.
Brand Personality
Astro Mechanica Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Astro Mechanica's primary brand color?
Astro Mechanica's primary brand color is #8DF3F9. It anchors the visual identity across their website, product UI, and marketing materials.
What font does Astro Mechanica use?
Astro Mechanica uses TWK lausanne as the primary typeface across body and headings.
Does Astro Mechanica use a light or dark theme?
Astro Mechanica's primary site uses a dark color scheme, with a background of #000000.
Where can I find Astro Mechanica's logo?
Astro Mechanica's logo is available directly on their site (https://astromecha.co/). The current logo URL is included in the machine-readable JSON profile linked above.
How was this brand profile generated?
This profile was extracted from https://astromecha.co/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Astro Mechanica.
Methodology
Brand data on this page was extracted from https://astromecha.co/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Astro Mechanica.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "dark",
"fonts": [
{
"family": "TWK lausanne",
"role": "unknown"
}
],
"colors": {
"primary": "#8DF3F9",
"accent": "#8DF3F9",
"background": "#000000",
"textPrimary": "#000000",
"link": "#8DF3F9"
},
"typography": {
"fontFamilies": {
"primary": "TWK lausanne",
"heading": "TWK lausanne"
},
"fontStacks": {
"heading": [
"TWK lausanne",
"sans-serif"
],
"body": [
"TWK lausanne",
"sans-serif"
],
"paragraph": [
"TWK lausanne",
"sans-serif"
]
},
"fontSizes": {
"h1": "42px",
"h2": "42px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#212121",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "3px",
"borderRadiusCorners": {
"topLeft": "3px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "3px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#8DF3F9",
"textColor": "#000000",
"borderColor": "#8DF3F9",
"borderRadius": "3px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "3px",
"bottomRight": "3px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#080808",
"textColor": "#8DF3F9",
"borderColor": "#8DF3F9",
"borderRadius": "3px",
"borderRadiusCorners": {
"topLeft": "3px",
"topRight": "3px",
"bottomRight": "3px",
"bottomLeft": "3px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/668ebb99f10b691ef26d2d27/66bbca040261a4b084b10e34_am-stack-white.svg",
"favicon": "https://cdn.prod.website-files.com/668ebb99f10b691ef26d2d27/66c6b6d781004c94bd05ff9a_AstroFav.png",
"ogImage": "https://cdn.prod.website-files.com/668ebb99f10b691ef26d2d27/673d136bdec61ebbbd17511c_AstroOG.png"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
"confidence": 0.9,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Subscribe",
"reasoning": "Button #0 has a vibrant blue color (#8DF3F9) which matches the brand's primary color and is typically used for primary CTAs. The text 'Subscribe' is action-oriented, making it a strong candidate for the primary button."
},
"secondary": {
"index": 1,
"text": "More News",
"reasoning": "Button #1 has a dark background (#080808) which contrasts with the primary button's vibrant color. The text 'More News' suggests a secondary action, making it suitable as a secondary button."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 