eze.json
Eze Brand Identity
A complete profile of Eze's visual system — colors, typography, components, and personality — extracted from https://www.ezeit.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/eze
- Machine-readable JSON: https://characterquilt.com/branding/eze.json
- Per-page llms.txt: https://characterquilt.com/branding/eze/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #374151 |
| Accent | #2563EB |
| Body Font | Inter |
| Heading Font | Plus Jakarta Sans |
Color Palette
- primary: #374151
- secondary: #2563EB
- accent: #2563EB
- background: #FFFFFF
- textPrimary: #4B5563
- link: #4B5563
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://www.ezeit.ai/assets/Full%20Logo%201_1755028367413-CDoTiz0M.png
- Favicon: https://www.ezeit.ai/eze-new-favicon.png?t=1755108200
- Social card (og:image): /eze-logo.png?v=2
UI Components
- buttonPrimary: background=#2563EB, textColor=#FFFFFF, borderRadius=12px, shadow=none
- buttonSecondary: background=#EFF6FF, textColor=#2563EB, borderColor=#BFDBFE, borderRadius=12px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Eze Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- A Disembodied Head and Heartburn Secrets In Quick-Eze Mexican Themed Campaign | LBBOnline
- Reports that Eze's release clause is still active? : r/coys
- EZE.biz
- Caruso's Constipation EZE TVC - 15s - F
- Report: Eze set to join Arsenal in blow to Spurs
- EZE.biz
Working with these fonts
Not found on Google Fonts? Follow these instructions 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Plus Jakarta Sans",
"role": "heading"
}
],
"colors": {
"primary": "#374151",
"secondary": "#2563EB",
"accent": "#2563EB",
"background": "#FFFFFF",
"textPrimary": "#4B5563",
"link": "#4B5563"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Plus Jakarta Sans"
},
"fontStacks": {
"heading": [
"Plus Jakarta Sans",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "60px",
"h2": "48px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#2563EB",
"textColor": "#FFFFFF",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#EFF6FF",
"textColor": "#2563EB",
"borderColor": "#BFDBFE",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.ezeit.ai/assets/Full%20Logo%201_1755028367413-CDoTiz0M.png",
"favicon": "https://www.ezeit.ai/eze-new-favicon.png?t=1755108200",
"ogImage": "/eze-logo.png?v=2",
"logoAlt": "Eze Logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Eze'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Contact Sales",
"reasoning": "Button #2 has a vibrant brand color (#2563EB) and action-oriented text ('Contact Sales'), making it the primary CTA."
},
"secondary": {
"index": 1,
"text": "Get Started Now",
"reasoning": "Button #1 has a different background color (#EFF6FF) and a strong CTA text ('Get Started Now'), suitable as a secondary button."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__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 'Eze'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}