llms.txt

Cerebrium Brand Identity

A complete profile of Cerebrium's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #172B76
Accent #FF488B
Body Font Suisse Intl
Heading Font Suisse Intl

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: high · Audience: developers and tech companies

Cerebrium Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Suggestions that you can follow if you have permission to use the fonts:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font".
  3. Hard-reload the page and click around.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS.

Programmatic alternative: load the URL with Playwright or Puppeteer.

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": "Suisse Intl",
     "role": "body"
   },
   {
     "family": "Suisse Intl Mono",
     "role": "monospace"
   }
 ],
 "colors": {
   "primary": "#172B76",
   "secondary": "#181D2E",
   "accent": "#FF488B",
   "background": "#101421",
   "textPrimary": "#101421",
   "link": "#101421"
 },
 "typography": {
   "fontFamilies": {
     "primary": "Suisse Intl",
     "heading": "Suisse Intl"
   },
   "fontStacks": {
     "heading": [
       "ABC Favorit Trial",
       "sans-serif"
     ],
     "body": [
       "Suisse Intl",
       "sans-serif"
     ],
     "paragraph": [
       "Suisse Intl",
       "sans-serif"
     ]
   },
   "fontSizes": {
     "h1": "104.869px",
     "h2": "16px",
     "body": "17px"
   }
 },
 "spacing": {
   "baseUnit": 4,
   "borderRadius": "0px"
 },
 "components": {
   "buttonPrimary": {
     "background": "#FF488B",
     "textColor": "#101421",
     "borderRadius": "7px",
     "borderRadiusCorners": {
       "topLeft": "7px",
       "topRight": "7px",
       "bottomRight": "7px",
       "bottomLeft": "7px"
     },
     "shadow": "none"
   },
   "buttonSecondary": {
     "background": "#101421",
     "textColor": "#FFFFFF",
     "borderRadius": "7px",
     "borderRadiusCorners": {
       "topLeft": "7px",
       "topRight": "7px",
       "bottomRight": "7px",
       "bottomLeft": "7px"
     },
     "shadow": "none"
   }
 },
 "images": {
   "favicon": "https://www.datocms-assets.com/180613/1770487378-iiynr41hlhnjq7vtreipiv8k6eo.png?auto=format&h=16&w=16",
   "ogImage": "https://www.datocms-assets.com/180613/1774904124-og-image.png?auto=format&fit=max&w=1200"
 },
 "personality": {
   "tone": "modern",
   "energy": "high",
   "targetAudience": "developers and tech companies"
 },
 "designSystem": {
   "framework": "tailwind",
   "componentLibrary": ""
 }
}