leeroo.json
Leeroo Brand Identity
A complete profile of Leeroo's visual system — colors, typography, components, and personality — extracted from https://www.leeroo.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/leeroo
- Machine-readable JSON: https://characterquilt.com/branding/leeroo.json
- Per-page llms.txt: https://characterquilt.com/branding/leeroo/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #317FED |
| Accent | #317FED |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #317FED
- secondary: #344256
- accent: #317FED
- background: #FFFFFF
- textPrimary: #647082
- link: #647082
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://xwipmlfvxtqnizhwoppi.supabase.co/storage/v1/object/public/logo//400dpiLogoCropped.png
- Favicon: https://leeroo.com/uploads/ac2431dc-6d02-4934-b280-23b7af61ca64.png
- Social card (og:image): https://leeroo.com/uploads/ac2431dc-6d02-4934-b280-23b7af61ca64.png
UI Components
- buttonPrimary: background=#317FED, textColor=#FAFAFA, borderRadius=6px, shadow=none
- buttonSecondary: background=#F0F2F4, textColor=#344256, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
Brand Personality
Tone: professional · Energy: medium · Audience: enterprise clients
Leeroo Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Blog & Insights | Leeroo
- Leeroo | Enterprise Context Engine for AI
- Blog & Insights | Leeroo
- End2end Multi-Agent finetuning: Open Source Meets SOTA
- Leeroo | Enterprise Context Engine for AI
- Image: https://leeroo.com/screenshots/ml.webp
- Source: https://leeroo.com/
- Leeroo | Enterprise Context Engine for AI
- Image: https://leeroo.com/screenshots/access.webp
- Source: https://leeroo.com/
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:
- 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.