# Aetherflux Brand Identity A complete profile of **Aetherflux**'s visual system — colors, typography, components, and personality — extracted from https://www.aetherflux.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/aetherflux - Machine-readable JSON: https://characterquilt.com/branding/aetherflux.json - Per-page llms.txt: https://characterquilt.com/branding/aetherflux/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #F0E8D0 | | Accent | #0000EE | | Body Font | Spacemono | | Heading Font | Spacemono | ## Color Palette - primary: #F0E8D0 - secondary: #FBDE89 - accent: #0000EE - background: #1B1A17 - textPrimary: #1B1A17 - link: #0000EE ## Typography - primary: Spacemono — https://fonts.google.com/specimen/Spacemono - heading: Spacemono — https://fonts.google.com/specimen/Spacemono ## Visual Assets - Logo: https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/66ac3b8776773dea6671f841_logo.svg - Favicon: https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/66c3dcf0326d4cd2dd67fae6_favicon.png - Social card (og:image): https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/67e8ea1570cb3f3e084c2614_Aetherflux-logo_OpenGraph.png ## UI Components - input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none - buttonPrimary: background=#12110F, textColor=#FFFFFF, borderColor=#494845, borderRadius=1px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: technology enthusiasts and professionals interested in space solar power ## Aetherflux Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Space Solar Power** - Image: https://i.ytimg.com/vi/tpuK7cjALzs/maxresdefault.jpg - Source: https://www.aetherflux.com/?ashby_jid=dc94290e-98ae-422a-8ab5-96767f2f820c - **Space Solar Power** - Image: https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/67e2aa568fac6e56a3246311_team_3.jpg - Source: https://www.aetherflux.com/?ashby_jid=dc94290e-98ae-422a-8ab5-96767f2f820c - **Space Solar Power** - Image: https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/67e2aa57d65d88478b1203a6_military_stock.jpg - Source: https://www.aetherflux.com/?ashby_jid=dc94290e-98ae-422a-8ab5-96767f2f820c - **Space Solar Power** - Image: https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/67e2aa57874c20e80e763ff4_disaster_stock.jpg - Source: https://www.aetherflux.com/?ashby_jid=dc94290e-98ae-422a-8ab5-96767f2f820c - **Space Solar Power** - Image: https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/67e2aa5691bcf1c8e640f36c_team_4.jpg - Source: https://www.aetherflux.com/?ashby_jid=dc94290e-98ae-422a-8ab5-96767f2f820c - **Space Solar Power** - Image: https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/67e2aa57a971f5be87fdf797_team_2.jpg - Source: https://www.aetherflux.com/?ashby_jid=dc94290e-98ae-422a-8ab5-96767f2f820c ## Working with these fonts 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. ## Machine-Readable Profile ```json { "colorScheme": "dark", "fonts": [ { "family": "Spacemono", "role": "monospace" }, { "family": "Md Nichrome Test", "role": "unknown" }, { "family": "Mdnichrome", "role": "unknown" } ], "colors": { "primary": "#F0E8D0", "secondary": "#FBDE89", "accent": "#0000EE", "background": "#1B1A17", "textPrimary": "#1B1A17", "link": "#0000EE" }, "typography": { "fontFamilies": { "primary": "Spacemono", "heading": "Spacemono" }, "fontStacks": { "heading": [ "Mdnichrome", "sans-serif" ], "body": [ "Md Nichrome Test" ], "paragraph": [ "Spacemono", "sans-serif" ] }, "fontSizes": { "h1": "100px", "h2": "36px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "1px" }, "components": { "input": { "background": "transparent", "textColor": "#FFFFFF", "borderColor": null, "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#12110F", "textColor": "#FFFFFF", "borderColor": "#494845", "borderRadius": "1px", "borderRadiusCorners": { "topLeft": "1px", "topRight": "1px", "bottomRight": "1px", "bottomLeft": "1px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/66ac3b8776773dea6671f841_logo.svg", "favicon": "https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/66c3dcf0326d4cd2dd67fae6_favicon.png", "ogImage": "https://cdn.prod.website-files.com/66ac394c2383a68b4dc6252b/67e8ea1570cb3f3e084c2614_Aetherflux-logo_OpenGraph.png", "logoHref": "#", "logoAlt": "logo that scrolls to top of page" }, "__llm_logo_reasoning": { "selectedIndex": 4, "reasoning": "Selected #4 because it is visible, located in the header, and matches the brand name 'Aetherflux'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Contact us", "reasoning": "The 'Contact us' button is typically a primary call-to-action on many websites, encouraging user interaction." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "All buttons share the same color group, making it impossible to select a secondary button with a different background color." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "technology enthusiasts and professionals interested in space solar power" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 4, "selectedLogoReasoning": "Selected #4 because it is visible, located in the header, and matches the brand name 'Aetherflux'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```