kernel.json
Kernel Brand Identity
A complete profile of Kernel's visual system — colors, typography, components, and personality — extracted from https://www.kernel.sh. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/kernel
- Machine-readable JSON: https://characterquilt.com/branding/kernel.json
- Per-page llms.txt: https://characterquilt.com/branding/kernel/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #000000 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #000000
- accent: #000000
- background: #F2F0E7
- textPrimary: #212225
- link: #000000
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://www.kernel.sh/rebrand/logos/logo-kernel-square.svg
- Favicon: https://www.kernel.sh/favicon.ico
- Social card (og:image): https://www.kernel.sh/og-image.png
UI Components
- buttonPrimary: background=#F2F0E7, textColor=#212225, borderColor=#212225, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: developers and tech companies
Kernel Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- We've raised $22m to scale our browser infrastructure platform for AI agents | Kernel Blog
- Customers | Kernel
- How Rye scales agentic commerce with Kernel | Customer Story | Kernel Customers
- Kernel Blog | Engineering Blog for Fast Browser Agents
- Customers | Kernel
- How Rye scales agentic commerce with Kernel | Customer Story | Kernel Customers
Working with these fonts
Not found on Google Fonts? Here are instructions 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#000000",
"accent": "#000000",
"background": "#F2F0E7",
"textPrimary": "#212225",
"link": "#000000"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"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": "16px",
"h2": "33px",
"body": "33px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#F2F0E7",
"textColor": "#212225",
"borderColor": "#212225",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.kernel.sh/rebrand/logos/logo-kernel-square.svg",
"favicon": "https://www.kernel.sh/favicon.ico",
"ogImage": "https://www.kernel.sh/og-image.png",
"logoHref": "/",
"logoAlt": "Kernel"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #1 because it is visible, medium-sized, and matches the brand name 'Kernel'. It is the most prominent logo available.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Accept All",
"reasoning": "Button #0 ('Accept All') is likely the primary CTA due to its action-oriented text and the fact that it is often used as a primary action in consent dialogs."
},
"secondary": {
"index": 2,
"text": "Customize",
"reasoning": "Button #2 ('Customize') serves as a secondary action, offering more detailed options, and has a different text color, making it less prominent."
},
"confidence": 0.85
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "developers and tech companies"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.85,
"colors": 0.9,
"overall": 0.875
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 1,
"selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, and matches the brand name 'Kernel'. It is the most prominent logo available.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}