llms.txt
Honeydew Brand Identity
A complete profile of Honeydew's visual system — colors, typography, components, and personality — extracted from https://honeydew.ai. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #D6C2A4 |
| Accent | #E0FC5F |
| Body Font | DM Sans |
| Heading Font | Stack Sans Text |
Color Palette
- primary: #D6C2A4
- secondary: #E4DBCE
- accent: #E0FC5F
- background: #FFFFFF
- textPrimary: #333333
- link: #E0FC5F
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: Stack Sans Text — https://fonts.google.com/specimen/Stack+Sans+Text
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals
Honeydew Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
Data Pipeline Architecture - Honeydew Documentation
Source: Documentation
Blog - Honeydew
Source: Blog
dbt - Honeydew Documentation
Source: Documentation
Semantic layers are awesome - Honeydew
Source: Blog Post
Microsoft Teams App - Honeydew Documentation
Source: Documentation
Blog - Honeydew
Source: Blog
Working with these fonts
Not found on Google Fonts? Follow these steps 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "DM Sans",
"role": "body"
},
{
"family": "Stack Sans Text",
"role": "heading"
},
{
"family": "Inter",
"role": "unknown"
}
],
"colors": {
"primary": "#D6C2A4",
"secondary": "#E4DBCE",
"accent": "#E0FC5F",
"background": "#FFFFFF",
"textPrimary": "#333333",
"link": "#E0FC5F"
},
"typography": {
"fontFamilies": {
"primary": "DM Sans",
"heading": "Stack Sans Text"
},
"fontStacks": {
"heading": [
"Stack Sans Text",
"sans-serif"
],
"body": [
"DM Sans",
"sans-serif"
],
"paragraph": [
"DM Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "80px",
"h2": "48px",
"body": "24px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "2px"
},
"components": {},
"images": {
"logo": "https://honeydew.ai/wp-content/uploads/2022/12/logo.svg",
"favicon": "https://honeydew.ai/wp-content/uploads/2022/11/Group-2.png",
"ogImage": "https://honeydew.ai/wp-content/uploads/2025/12/Website_preview.jpg",
"logoHref": "https://honeydew.ai/",
"logoAlt": "logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, medium-sized, located in the header, links to the homepage, and matches the brand name 'Honeydew'.",
"confidence": 0.95,
"source": "llm"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located in the header, links to the homepage, and matches the brand name 'Honeydew'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}