Centaur Brand: Colors, Fonts, Logo & Visual Identity

Centaur Brand Identity

A complete profile of Centaur's visual system — colors, typography, components, and personality — extracted from https://centaur.ai/. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from https://centaur.ai/.

Typography

Each font links to its Google Fonts page where available.

UI Components

Live previews rendered using Centaur's actual button styles.

Button Primary
background: #582EFF
textColor: #FFFFFF
borderRadius: 0px
shadow: none

Button Secondary
background: #FFFFFF
textColor: #592EFF
borderColor: #592EFF
borderRadius: 99px
shadow: none

Brand Personality

Centaur Brand in the Wild

Image: cdn.prod.website-files.com

Source: centaur.ai

Image: cdn.prod.website-files.com

Source: centaur.ai

Frequently Asked Questions

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Aspekta",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#582EFF",
    "secondary": "#5D5FEF",
    "accent": "#582EFF",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#E1E2FC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Aspekta"
    }
  },
  "components": {
    "buttonPrimary": {
      "background": "#582EFF",
      "textColor": "#FFFFFF",
      "borderRadius": "0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#592EFF",
      "borderColor": "#592EFF",
      "borderRadius": "99px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20version%3D%221.0%22..."
  }
}