leadgenius.json
LeadGenius Brand Identity
A complete profile of LeadGenius's visual system — colors, typography, components, and personality — extracted from http://leadgenius.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/leadgenius
- Machine-readable JSON: https://characterquilt.com/branding/leadgenius.json
- Per-page llms.txt: https://characterquilt.com/branding/leadgenius/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #B3212F |
| Accent | #B3212F |
| Body Font | Inter |
| Heading Font | Plus Jakarta Sans |
Color Palette
- primary: #B3212F
- secondary: #3898EC
- accent: #B3212F
- background: #FBFBFB
- textPrimary: #080B12
- link: #0000EE
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Plus Jakarta Sans — https://fonts.google.com/specimen/Plus+Jakarta+Sans
Visual Assets
- Logo: https://cdn.prod.website-files.com/688ff1b200d9d4cf5019d518/68906378722ec3a7e64df624_logo.svg
- Favicon: https://cdn.prod.website-files.com/688ff1b200d9d4cf5019d518/69b3f5a44d2f01a46b359da1_favicon.png
- Social card (og:image): https://cdn.prod.website-files.com/688ff1b200d9d4cf5019d518/68b18f60d0859a06fb356d32_hero_img.png
UI Components
- input: background=transparent, textColor=#333333, borderColor=null, borderRadius=16px, shadow=none
- buttonPrimary: background=#B3212F, textColor=#FBFBFB, borderRadius=8px, shadow=none
- buttonSecondary: background=#F2F2F3, textColor=#080B12, borderColor=#B3212F, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: B2B revenue teams
LeadGenius Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Resources | LeadGenius B2B Data Insights & GTM Guides
- Beyond the Title: How Engineer Skills & Contact Technographics Are Changing the Game for GTM Teams | LeadGenius
- Resources | LeadGenius B2B Data Insights & GTM Guides
- The AI 1000 | LeadGenius
- Connecting LeadGenius to Salesforce – LeadGenius
- LeadGenius
Working with these fonts
Not found on Google Fonts?
Agent 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.