unhaze.json
Unhaze Brand Identity
A complete profile of Unhaze's visual system — colors, typography, components, and personality — extracted from https://unhaze.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/unhaze
- Machine-readable JSON: https://characterquilt.com/branding/unhaze.json
- Per-page llms.txt: https://characterquilt.com/branding/unhaze/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #8B5CF6 |
| Accent | #8B5CF6 |
| Body Font | Sora |
| Heading Font | Instrument Serif |
Color Palette
- primary: #8B5CF6
- secondary: #1D1632
- accent: #8B5CF6
- background: #0A0A0F
- textPrimary: #0A0A0F
- link: #171226
Typography
- primary: Sora — https://fonts.google.com/specimen/Sora
- heading: Instrument Serif — https://fonts.google.com/specimen/Instrument+Serif
Visual Assets
UI Components
- buttonPrimary: background=#0A0A0F, textColor=#FFFFFF, borderRadius=8px, shadow=rgba(139, 92, 246, 0.3) 0px 4px 20px 0px
- buttonSecondary: background=#12121A, textColor=#FFFFFF, borderRadius=8px, shadow=rgba(139, 92, 246, 0.3) 0px 4px 20px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: sales professionals
Unhaze Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Unhaze: Revolutionizing B2B Sales with Predictive Lead Generation
- Launch YC: Unhaze 😶🌫️ Find the deals you are most likely to close | Y Combinator | Y Combinator | 23 comments
- Image: https://media.licdn.com/dms/image/v2/D5622AQG0Z8JRHDRrfA/feedshare-shrink_800/feedshare-shrink_800/0/1689256375506?e=2147483647&v=beta&t=-M4d1xjihdv0MWMbTusOaWUrCmtOvWQSn35jnz5W2hE
- Source: https://www.linkedin.com/posts/y-combinator_launch-yc-unhaze-find-the-deals-you-activity-7085256767714037760-pRmP
- Shop Undoo - Unhaze the Blaze in Los Angeles | THE OTHER PATH
- Unhaze: Revolutionizing B2B Sales with Predictive Lead Generation
- Image: https://hiretop.com/content/images/2024/11/DALL-E-2024-11-25-13.35.36---An-abstract-illustration-of-data-flow-with-interconnected-nodes-representing-predictive-lead-generation-in-B2B-sales.-The-image-features-vibrant--glow.webp
- Source: https://hiretop.com/blog2/unhaze-predictive-lead-gen-b2b-sales/
- Unhaze: Revolutionizing B2B Sales with Predictive Lead Generation
- Image: https://hiretop.com/content/images/2024/11/DALL-E-2024-11-25-13.35.33---A-vibrant-depiction-of-a-futuristic-B2B-sales-meeting-with-holographic-screens-showing-data-analytics--predictive-AI-charts--and-lead-generation-metri.webp
- Source: https://hiretop.com/blog2/unhaze-predictive-lead-gen-b2b-sales/
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:
- 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.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Sora",
"role": "body"
},
{
"family": "Instrument Serif",
"role": "heading"
}
],
"colors": {
"primary": "#8B5CF6",
"secondary": "#1D1632",
"accent": "#8B5CF6",
"background": "#0A0A0F",
"textPrimary": "#0A0A0F",
"link": "#171226"
},
"typography": {
"fontFamilies": {
"primary": "Sora",
"heading": "Instrument Serif"
},
"fontStacks": {
"heading": [
"Instrument Serif",
"serif"
],
"body": [
"Sora",
"sans-serif"
],
"paragraph": [
"Sora",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "40px",
"body": "19.2px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"buttonPrimary": {
"background": "#0A0A0F",
"textColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(139, 92, 246, 0.3) 0px 4px 20px 0px"
},
"buttonSecondary": {
"background": "#12121A",
"textColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(139, 92, 246, 0.3) 0px 4px 20px 0px"
}
},
"images": {
"logo": "https://www.unhaze.ai/logo.png",
"favicon": null,
"ogImage": null,
"logoHref": "#",
"logoAlt": "Unhaze"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Unhaze'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Request Demo",
"reasoning": "Button #2 with text 'Request Demo' is likely the primary CTA due to its action-oriented text and distinct border radius, making it stand out as a key action for users."
},
"secondary": {
"index": 3,
"text": "Get in Touch",
"reasoning": "Button #3 'Get in Touch' serves as a secondary action, offering a less immediate but still important engagement option."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "sales professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Unhaze'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}