# Youlicit Brand Identity A complete profile of **Youlicit**'s visual system — colors, typography, components, and personality — extracted from http://youlicit.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/youlicit - Machine-readable JSON: https://characterquilt.com/branding/youlicit.json - Per-page llms.txt: https://characterquilt.com/branding/youlicit/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #000000 | | Accent | #000000 | | Body Font | Times New Roman | | Heading Font | Times New Roman | ## Color Palette - primary: #000000 - accent: #000000 - background: #FFFFFF - textPrimary: #111111 - link: #000000 ## Typography - primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman - heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Youlicit Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Endeavor Insiaght Partnership For NYC Tech Entrepreneurs | PDF | Angel Investor | Entrepreneurship** - Image: https://imgv2-1-f.scribdassets.com/img/document/246252469/original/f94625458c/1?v=1 - Source: https://www.scribd.com/document/246252469/Endeavor-Insiaght-Partnership-for-NYC-Tech-Entrepreneurs - **Show notes - The Queue: Won't make you dumb! - CNET** - Image: https://www.cnet.com/a/img/resize/3de4ff35d2a9e71c0aa52c9f21ad670ee14b0611/hub/2007/07/17/421a37ec-f4d7-11e2-8c7c-d4ae52e62bcc/rich-queue.jpg?auto=webp&fit=crop&height=900&width=1200 - Source: https://www.cnet.com/culture/show-notes-the-queue-wont-make-you-dumb/ - **YCombinator: The Art of the Open House - Guy Kawasaki** - Image: https://guykawasaki.com/wp-content/uploads/2008/08/DSC_2923_JPG-r_s.jpg - Source: https://guykawasaki.com/ycombinator-the/ - **Startups | PDF | Computing** - Image: https://imgv2-2-f.scribdassets.com/img/document/669536231/original/2cd2661c9d/1?v=1 - Source: https://www.scribd.com/document/669536231/Startups - **Nihaar G - Product @ DoorDash (Hiring!) | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D4E22AQFNAXtr_SvGdg/feedshare-shrink_800/B4EZ2WheOZIcAc-/0/1776346850669?e=2147483647&v=beta&t=Ga7jTi-l4GCXHRuFrmzdZtvptn8gn_hast07eic58-E - Source: https://www.linkedin.com/in/nihaargupta - **Asif Rahman - NewsCred | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/C5622AQF27Y9dizg7vg/feedshare-shrink_2048_1536/feedshare-shrink_2048_1536/0/1578019205371?e=2147483647&v=beta&t=Cu9oB4hpOWbquHvpkA2DlIsgPpFoqLyp_6nBpmkhFsA - Source: https://www.linkedin.com/in/asif-rahman-a135103 ## 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": "Times New Roman", "count": 3 } ], "colors": { "primary": "#000000", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#111111", "link": "#000000" }, "typography": { "fontFamilies": { "primary": "Times New Roman", "heading": "Times New Roman" }, "fontStacks": { "body": [ "Times New Roman" ], "heading": [ "Times New Roman" ], "paragraph": [ "Times New Roman" ] }, "fontSizes": { "h1": "16px", "h2": "16px", "body": "16px" } }, "spacing": { "baseUnit": 8, "borderRadius": "8px" }, "components": {}, "images": { "logo": null, "favicon": null, "ogImage": null }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0, "overall": 0 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "LLM failed", "confidence": 0 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false, "error": "LLM call failed or returned fallback values" } } } ```