cerebrium.json
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
- Outbound Agent with LiveKit - Cerebrium
- Blog | Cerebrium
- AI Commentator - Realtime Video Commentary with Emotion
- Blog | Cerebrium
- Streaming LLM Output - Cerebrium
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:
- 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.