bun.json
Bun Brand Identity
A complete profile of Bun's visual system — colors, typography, components, and personality — extracted from https://bun.sh. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/bun
- Machine-readable JSON: https://characterquilt.com/branding/bun.json
- Per-page llms.txt: https://characterquilt.com/branding/bun/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #F472B6 |
| Accent | #F472B6 |
| Body Font | Roboto |
| Heading Font | Roboto |
Color Palette
- primary: #F472B6
- secondary: #3B3F4B
- accent: #F472B6
- background: #14151A
- textPrimary: #D1D5DB
- link: #9CA3AF
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto
UI Components
- buttonPrimary: background=#14151A, textColor=#D1D5DB, borderColor=#9CA3AF, borderRadius=5px, shadow=none
- buttonSecondary: background=#282A35, textColor=#FFFFFF, borderRadius=9999px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: developers
Bun Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Bun v0.1.11 | Bun Blog
- Bun is joining Anthropic | Bun Blog
- Bun v1.3.13 | Bun Blog
- Bun 1.0 | Bun Blog
- Bun 1.0 | Bun Blog
- Image: https://bun.com/og/blog/bun-v1.0.png
- Source: https://bun.sh/blog/bun-v1.0
- Press Kit
- Image: https://bun.com/share_v3.png
- Source: https://bun.sh/press-kit
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow 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.