# Cerebrium Brand Identity

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

- Page: https://characterquilt.com/branding/cerebrium
- Machine-readable JSON: https://characterquilt.com/branding/cerebrium.json
- Per-page llms.txt: https://characterquilt.com/branding/cerebrium/llms.txt

## Quick Facts

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

## Color Palette

- primary: #172B76
- secondary: #181D2E
- accent: #FF488B
- background: #101421
- textPrimary: #101421
- link: #101421

## Typography

- primary: Suisse Intl — https://fonts.google.com/specimen/Suisse+Intl
- heading: Suisse Intl — https://fonts.google.com/specimen/Suisse+Intl

## Visual Assets

- Favicon: https://www.datocms-assets.com/180613/1770487378-iiynr41hlhnjq7vtreipiv8k6eo.png?auto=format&h=16&w=16
- Social card (og:image): https://www.datocms-assets.com/180613/1774904124-og-image.png?auto=format&fit=max&w=1200

## UI Components

- buttonPrimary: background=#FF488B, textColor=#101421, borderRadius=7px, shadow=none
- buttonSecondary: background=#101421, textColor=#FFFFFF, borderRadius=7px, shadow=none

## Brand Personality

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

## Cerebrium Brand in the Wild

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

- **Cerebrium blog | Building a Real-time Coding Assistant**
  - Image: https://framerusercontent.com/images/N3ssBrGyABd8uwtPXm7midUGcP0.png?width=4108&height=2328
  - Source: https://www.cerebrium.ai/blog/building-a-real-time-coding-assistant
- **Outbound Agent with LiveKit - Cerebrium**
  - Image: https://mintcdn.com/cerebrium/w6QrtZunT-SzaBze/images/examples/livekit-agent/twilio-credentials.png?fit=max&auto=format&n=w6QrtZunT-SzaBze&q=85&s=a95fd0d541a69db25651cd17077efa55
  - Source: https://cerebrium.ai/docs/v4/examples/livekit-outbound-agent
- **Blog | Cerebrium**
  - Image: https://www.datocms-assets.com/180613/1774190299-cerebrium_0022.jpg?ar64=NDY0OjM5Mg&fit=crop&w=960
  - Source: https://cerebrium.ai/blog
- **AI Commentator - Realtime Video Commentary with Emotion**
  - Image: https://commentator.cerebrium.ai/assets/livekit-logo.png
  - Source: https://commentator.cerebrium.ai/
- **Blog | Cerebrium**
  - Image: https://www.datocms-assets.com/180613/1774988362-1774972599-code-icon.png?w=800
  - Source: https://cerebrium.ai/blog
- **Streaming LLM Output - Cerebrium**
  - Image: https://mintcdn.com/cerebrium/w6QrtZunT-SzaBze/images/cortex/streaming-postman.png?fit=max&auto=format&n=w6QrtZunT-SzaBze&q=85&s=8718df1936d620d2c7be03b5d9edb0a4
  - Source: https://cerebrium.ai/docs/v4/examples/streaming-falcon-7B

## Working with these fonts

Not found on Google Fonts? Follow the instructions 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.
