llms.txt
Berilium Brand Identity
A complete profile of Berilium's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #1677FF |
| Accent | #1668DC |
| Body Font | Jost |
| Heading Font | Jost |
Color Palette
- primary: #1677FF
- secondary: #1554AD
- accent: #1668DC
- background: #F5F5F5
- textPrimary: #141414
- link: #1668DC
Typography
- primary: Jost — https://fonts.google.com/specimen/Jost
- heading: Jost — https://fonts.google.com/specimen/Jost
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#1668DC, textColor=#FFFFFF, borderRadius=8px, shadow=rgba(0, 60, 180, 0.15) 0px 2px 0px 0px
- buttonSecondary: background=#141414, textColor=#FEFEFE, borderColor=#424242, borderRadius=8px, shadow=rgba(255, 255, 255, 0.04) 0px 2px 0px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Berilium Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Berilium
- Image:
- Source: https://berilium.com/
- 1960 Budd Company Ad - Beryllium for the space age | eBay
- Image:
- Source: https://www.ebay.com/itm/224103192409
- Beryllium: Free Architect HTML5 Template Built with Bootstrap - FreeHTML5.co
- Beryllium - Properties, History, and Applications
- Image: :max_bytes(150000):strip_icc()/berrylium-5991742922fa3a00103f2c39.jpg)
- Source: https://www.thoughtco.com/metal-profile-beryllium-2340127
- Beryllium - Free Minimalist Bootstrap Architecture HTML template
- beryllium - Students | Britannica Kids | Homework Help
Working with these 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.