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

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

Centauri AI Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google 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

{
  "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
    }
  }
}