infinite.json
Infinite Brand Identity
A complete profile of Infinite's visual system — colors, typography, components, and personality — extracted from https://infinite.dev. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/infinite
- Machine-readable JSON: https://characterquilt.com/branding/infinite.json
- Per-page llms.txt: https://characterquilt.com/branding/infinite/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #66EDA8 |
| Body Font | Inter Display |
| Heading Font | Inter Display |
Color Palette
- primary: #0000EE
- accent: #66EDA8
- background: #000000
- textPrimary: #000000
- link: #66EDA8
Typography
- primary: Inter Display — https://fonts.google.com/specimen/Inter+Display
- heading: Inter Display — https://fonts.google.com/specimen/Inter+Display
Visual Assets
- Logo: https://framerusercontent.com/assets/k5uy1PuhyefXtx8a98JHX7OsOk.svg
- Favicon: https://framerusercontent.com/images/epHmhmdotQzH6Rmkwd2rakzVkxM.svg
- Social card (og:image): https://framerusercontent.com/assets/hV2RHmPYK1pLKRoKFwow0oPxo.png
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals and businesses
Infinite Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Infinite | Blog
- Infinite | Global Stablecoin Payments
- Infinite | About
- Infinite | Global Stablecoin Payments
- Infinite∞Ad | Advertising infinitely simple
- View Report Cards and Progress Reports in Infinite Campus | default post tech support
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.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Raveo Variable",
"role": "unknown"
},
{
"family": "Inter Display",
"role": "body"
},
{
"family": "Geist Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#0000EE",
"accent": "#66EDA8",
"background": "#000000",
"textPrimary": "#000000",
"link": "#66EDA8"
},
"typography": {
"fontFamilies": {
"primary": "Inter Display",
"heading": "Inter Display"
},
"fontStacks": {
"heading": [
"Raveo Variable",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Raveo Variable",
"sans-serif"
]
},
"fontSizes": {
"h1": "70px",
"h2": "32px",
"body": "12px"
}
},
"spacing": {
"baseUnit": 12,
"borderRadius": "0px"
},
"components": {},
"images": {
"logo": "https://framerusercontent.com/assets/k5uy1PuhyefXtx8a98JHX7OsOk.svg",
"favicon": "https://framerusercontent.com/images/epHmhmdotQzH6Rmkwd2rakzVkxM.svg",
"ogImage": "https://framerusercontent.com/assets/hV2RHmPYK1pLKRoKFwow0oPxo.png",
"logoHref": "./",
"logoAlt": "Logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, which aligns with the brand 'Infinite'.",
"confidence": 0.9,
"source": "llm"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals and businesses"
},
"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 is visible, medium-sized, located in the header, and links to the homepage, which aligns with the brand 'Infinite'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}