fume.json
Fume Brand Identity
A complete profile of Fume's visual system — colors, typography, components, and personality — extracted from https://fumedev.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/fume
- Machine-readable JSON: https://characterquilt.com/branding/fume.json
- Per-page llms.txt: https://characterquilt.com/branding/fume/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #F97A22 |
| Accent | #F97A22 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #F97A22
- secondary: #9CA3AF
- accent: #F97A22
- background: #FFFFFF
- textPrimary: #09090B
- link: #111827
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://www.fumedev.com/logo_white.svg
- Favicon: https://www.fumedev.com/favicon.ico
- Social card (og:image): https://www.fumedev.com/marketing/og-image.png
UI Components
- input: background=transparent, textColor=#09090B, borderColor=#27272A, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
- buttonPrimary: background=#FAFAFA, textColor=#18181B, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px
- buttonSecondary: background=#171717, textColor=#FAFAFA, borderColor=#27272A, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Fume Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Dropout's Guide to Moving to San Francisco | Fume - Best AI Testing Tool | Effortless AI Testing
- Dropout's Guide to Moving to San Francisco | Fume - Best AI Testing Tool | Effortless AI Testing
- Dropout's Guide to Moving to San Francisco | Fume - Best AI Testing Tool | Effortless AI Testing
- Blog | Fume - Best AI Testing Tool | Effortless AI Testing
- Era Of Abundance - The Big Misconception on AI Value | Fume - Best AI Testing Tool | Effortless AI Testing
Working with these fonts
Not found on Google Fonts? Here are some instructions to 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. 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#F97A22",
"secondary": "#9CA3AF",
"accent": "#F97A22",
"background": "#FFFFFF",
"textPrimary": "#09090B",
"link": "#111827"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter"
],
"body": [
"Inter"
],
"paragraph": [
"Inter"
]
},
"fontSizes": {
"h1": "16px",
"h2": "30px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#09090B",
"borderColor": "#27272A",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
},
"buttonPrimary": {
"background": "#FAFAFA",
"textColor": "#18181B",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px"
},
"buttonSecondary": {
"background": "#171717",
"textColor": "#FAFAFA",
"borderColor": "#27272A",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
}
},
"images": {
"logo": "https://www.fumedev.com/logo_white.svg",
"favicon": "https://www.fumedev.com/favicon.ico",
"ogImage": "https://www.fumedev.com/marketing/og-image.png",
"logoHref": "/",
"logoAlt": "Logo"
}
}