vibe.json
Vibe Brand Identity
A complete profile of Vibe's visual system — colors, typography, components, and personality — extracted from https://vibe.codes. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/vibe
- Machine-readable JSON: https://characterquilt.com/branding/vibe.json
- Per-page llms.txt: https://characterquilt.com/branding/vibe/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #9CA3AF |
| Accent | #030712 |
| Body Font | Apple Color Emoji |
| Heading Font | Apple Color Emoji |
Color Palette
- primary: #9CA3AF
- secondary: #140F29
- accent: #030712
- background: #030712
- textPrimary: #030712
- link: #030712
Typography
- primary: Apple Color Emoji — https://fonts.google.com/specimen/Apple+Color+Emoji
- heading: Apple Color Emoji — https://fonts.google.com/specimen/Apple+Color+Emoji
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=#10131E, textColor=#FFFFFF, borderColor=#1C202A, borderRadius=8px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: developers
Vibe Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Vibe's Latest Stunt Shows AdTech Marketing Can Be Fun
- Vibe Coding Tool Landing Page - Website Designs - Free Website Templates - Web Design Inspiration | Figma
- Vibe Revolutionizes TV Advertising for SMBs with New AI-Powered Products
- Vibezero - Vibe Code Platform Landing Page by Odama on Dribbble
- With Niche Tech World References, Vibe Hopes Its Billboards Reach Start-Up Insiders - The New York Times
- The Dangers of “Vibe Reporting” About AI - Cal Newport
Working with these fonts
Not found on Google Fonts? Here’s a process you can follow if you have permission to use the fonts:
- 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.
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.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Apple Color Emoji",
"role": "unknown"
},
{
"family": "Segoe UI Emoji",
"role": "unknown"
},
{
"family": "Segoe UI Symbol",
"role": "unknown"
},
{
"family": "Noto Color Emoji",
"role": "unknown"
}
],
"colors": {
"primary": "#9CA3AF",
"secondary": "#140F29",
"accent": "#030712",
"background": "#030712",
"textPrimary": "#030712",
"link": "#030712"
},
"typography": {
"fontFamilies": {
"primary": "Apple Color Emoji",
"heading": "Apple Color Emoji"
},
"fontStacks": {
"heading": [
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"body": [
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
]
},
"fontSizes": {
"h1": "60px",
"h2": "60px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "#10131E",
"textColor": "#FFFFFF",
"borderColor": "#1C202A",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://pub-67eda34f2fee48b4bf83b0147e740c6b.r2.dev/vibe-icon-translucent.png",
"favicon": "https://pub-67eda34f2fee48b4bf83b0147e740c6b.r2.dev/vibe-icon-transparent.png",
"ogImage": null,
"logoAlt": "Vibe Logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it matches the favicon, has alt text 'Vibe Logo' which aligns with the brand name inferred from the URL and page title, and is the only candidate available.",
"confidence": 0.8,
"source": "llm"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "developers"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it matches the favicon, has alt text 'Vibe Logo' which aligns with the brand name inferred from the URL and page title, and is the only candidate available.",
"confidence": 0.8
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}