# Y/n Brand Identity A complete profile of **Y/n**'s visual system — colors, typography, components, and personality — extracted from https://yn.app/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/y-n - Machine-readable JSON: https://characterquilt.com/branding/y-n.json - Per-page llms.txt: https://characterquilt.com/branding/y-n/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #6C6F5D | | Accent | #27A9F9 | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #6C6F5D - accent: #27A9F9 - background: #FFFFFF - textPrimary: #30312C - link: #27A9F9 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Favicon: https://yn.app/favicon.ico ## Brand Personality Tone: modern · Energy: medium · Audience: fans of interactive fiction ## Y/n Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Y/n - Interactive Fanfiction** - Image: https://cdn.yn.app/media/7qgkhgq3brdtxsn4yoblx3bqqw5hd5k4 - Source: https://yn.app/ - **Y/n - Interactive Fanfiction** - Image: https://cdn.yn.app/media/v42q22or4sj2al7tyh75lc2q3egqbbfl - Source: https://yn.app/ - **Y/n - Interactive Fanfiction** - Image: https://yn.app/favicon.ico - Source: https://yn.app/ - **Y/n - Interactive Fanfiction** - Image: https://cdn.yn.app/media/57icl2q6h7o4ci5j2eskllkykxm3kde2 - Source: https://yn.app/ - **Y/n - Interactive Fanfiction** - Image: https://cdn.yn.app/media/gjrdbpvjq2enkistb6qinvmcvl4syu2j - Source: https://yn.app/ - **Y/n - Interactive Fanfiction** - Image: https://cdn.yn.app/media/riwtgldslcog7kgktbszr4caxmyfxhhg - Source: https://yn.app/ ## 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": "light", "fonts": [ { "family": "Inter", "role": "body" } ], "colors": { "primary": "#6C6F5D", "accent": "#27A9F9", "background": "#FFFFFF", "textPrimary": "#30312C", "link": "#27A9F9" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter" ], "body": [ "Inter" ], "paragraph": [ "Inter" ] }, "fontSizes": { "h1": "16px", "h2": "14px", "body": "14px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": {}, "images": { "favicon": "https://yn.app/favicon.ico", "ogImage": null }, "__llm_logo_reasoning": { "selectedIndex": -1, "reasoning": "No valid brand logo - only a small icon-sized candidate was available, which does not clearly represent the brand 'Y/n'.", "confidence": 0.4, "rejected": true, "source": "llm" }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "fans of interactive fiction" }, "designSystem": { "framework": "custom", "componentLibrary": "radix-ui" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "No valid brand logo - only a small icon-sized candidate was available, which does not clearly represent the brand 'Y/n'.", "confidence": 0.4 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```