# 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** - Image: https://framerusercontent.com/images/sWLHn9QcPDYFVBEIDzEk0I7wjQ.png?width=4800&height=2700 - Source: https://infinite.dev/blog - **Infinite | Global Stablecoin Payments** - Image: https://framerusercontent.com/images/bSCyeHJEshmgFWbVT25uEi8daNo.png?width=1096&height=1200 - Source: https://infinite.dev/ - **Infinite | About** - Image: https://framerusercontent.com/assets/nGfAeYEfEZXxb3OWHSm27hN8t08.png - Source: https://infinite.dev/about - **Infinite | Global Stablecoin Payments** - Image: https://framerusercontent.com/assets/hV2RHmPYK1pLKRoKFwow0oPxo.png - Source: https://infinite.dev/ - **Infinite∞Ad | Advertising infinitely simple** - Image: https://infinite.ad/wp-content/uploads/2023/04/home-cover.png - Source: https://infinite.ad/en/ - **View Report Cards and Progress Reports in Infinite Campus | default post tech support** - Image: https://resources.finalsite.net/images/f_auto,q_auto,t_image_size_2/v1677886206/piedmontk12caus/t8zwxvzb1lif822glt8y/DocumentsIC.png - Source: https://www.piedmont.k12.ca.us/default-tech/~board/tech-support/post/infinite-campus-1677885480505 ## 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: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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 ```json { "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 } } } ```