centauri ai.json
Centauri AI Brand Identity
A complete profile of Centauri AI's visual system — colors, typography, components, and personality — extracted from https://centauri-ai.tech. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #3898EC |
| Accent | #3898EC |
| Body Font | Satoshi |
| Heading Font | Satoshi |
Color Palette
- primary: #3898EC
- secondary: #4B429C
- accent: #3898EC
- background: #1A1A1A
- textPrimary: #1A1A1A
- link: #02E5A5
Typography
- primary: Satoshi — https://fonts.google.com/specimen/Satoshi
- heading: Satoshi — https://fonts.google.com/specimen/Satoshi
Visual Assets
- Logo: https://cdn.prod.website-files.com/65e6edf4368d54bc80ad2a01/65e934a4ba8d3aa72d27f792_Logo.svg
- Favicon: https://cdn.prod.website-files.com/65e6edf4368d54bc80ad2a01/65e9c36764948631e97b3006_Favicon.png
- Social card (og:image): https://cdn.prod.website-files.com/65e6edf4368d54bc80ad2a01/65f32d28948c68f511b9e442_Open%20Graph.png
UI Components
- input: background=#737373, textColor=#FFFFFF, borderColor=#CCCCCC, borderRadius=20px, shadow=none
- buttonPrimary: background=#3898EC, textColor=#FFFFFF, borderRadius=100px, shadow=rgba(0, 0, 0, 0.2) 0px 2px 5px 0px
- buttonSecondary: background=#FFFFFF, textColor=#4B429C, borderRadius=100px, shadow=rgba(0, 0, 0, 0.2) 0px 2px 5px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Centauri AI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Centauri AI
- Centauri AI Blog - Operationalize Credit Agreements at Scale and Speed
- Image: https://cdn.prod.website-files.com/65efcb68d9a19064eb35e4af/670fe2cf0cfb46f696d24582_AD_4nXcUPglXcUv0ZV9wdUzxcrAMZTw7pjSV9WhmXAnjbfnyR0gSKzA_JbVHcXImWiOSbVgk2T_t4fXjTPoouSWh-vjj8j7laDZMXx4Pubxpu700URvsQu3suK2w8XX5rPGEvZfclv9bwue0LlgCpuew1vIiZFRv.png
- Source: https://centauri-ai.tech/blog/operationalize-credit-agreements-at-scale-and-speed
- Centauri AI Blog - Operationalize Credit Agreements at Scale and Speed
- Centauri AI Blog - Operationalize Credit Agreements at Scale and Speed
- Image: https://cdn.prod.website-files.com/65efcb68d9a19064eb35e4af/670fe2cfcff56bf07f16b01e_AD_4nXfEhcMxci8rpB8LjC9gE4HeWKyfPGMrDhwHEvrOJe6XKSkRD7JJeqU4TmQ0Dk-H40IC5-R1vG3daiISE1ceXGS3aE6YNffmwqtrOOUvVvTdt5OiasCB_72mFTe1txurcCFij6OVoGJdboX97d4Z0BXMaAjO.png
- Source: https://centauri-ai.tech/blog/operationalize-credit-agreements-at-scale-and-speed
- Centauri AI
- Centauri AI
Working with these fonts
Not found on Google Fonts?
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
{
"colorScheme": "dark",
"fonts": [
{
"family": "Satoshi",
"role": "body"
}
],
"colors": {
"primary": "#3898EC",
"secondary": "#4B429C",
"accent": "#3898EC",
"background": "#1A1A1A",
"textPrimary": "#1A1A1A",
"link": "#02E5A5"
},
"typography": {
"fontFamilies": {
"primary": "Satoshi",
"heading": "Satoshi"
},
"fontStacks": {
"heading": [
"Satoshi",
"sans-serif"
],
"body": [
"Satoshi",
"sans-serif"
],
"paragraph": [
"Satoshi",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "40px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#737373",
"textColor": "#FFFFFF",
"borderColor": "#CCCCCC",
"borderRadius": "20px",
"borderRadiusCorners": {
"topLeft": "20px",
"topRight": "20px",
"bottomRight": "20px",
"bottomLeft": "20px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#3898EC",
"textColor": "#FFFFFF",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "rgba(0, 0, 0, 0.2) 0px 2px 5px 0px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#4B429C",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "rgba(0, 0, 0, 0.2) 0px 2px 5px 0px"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/65e6edf4368d54bc80ad2a01/65e934a4ba8d3aa72d27f792_Logo.svg",
"favicon": "https://cdn.prod.website-files.com/65e6edf4368d54bc80ad2a01/65e9c36764948631e97b3006_Favicon.png",
"ogImage": "https://cdn.prod.website-files.com/65e6edf4368d54bc80ad2a01/65f32d28948c68f511b9e442_Open%20Graph.png",
"logoHref": "/",
"logoAlt": "Logo of centauri AI"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Centauri AI' with href linking to home.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Join the waitlist",
"reasoning": "Button #0 'Join the waitlist' uses the vibrant brand color #3898EC, making it the most prominent and action-oriented CTA."
},
"secondary": {
"index": 1,
"text": "Book A Demo",
"reasoning": "Button #1 'Book A Demo' has a different background color (#FFFFFF) and serves as a secondary action, complementing the primary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy professionals"
},
"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, medium-sized, and matches the brand name 'Centauri AI' with href linking to home.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}