llms.txt
Combinely Brand Identity
A complete profile of Combinely's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #1A1918 |
| Body Font | Geist |
| Heading Font | Playfair Display |
Color Palette
- primary: #000000
- accent: #1A1918
- background: #FFFFFF
- textPrimary: #030303
- link: #000000
Typography
Visual Assets
- Logo:
- Favicon:
UI Components
- buttonPrimary: background=#1A1918, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#0F0E0D, borderColor=#FFFFFF, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals seeking accounting solutions
Combinely Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Combinely.ai - Accounting, Powered by Agents
- Image:
- Source: Link
- VAT return reviews: an extra pair of eyes | Combinely
- Image:
- Source: Link
- Combinely.ai - Accounting, Powered by Agents
- Image:
- Source: Link
- Combinely.ai - Accounting, Powered by Agents
- Image:
- Source: Link
- Combinely.ai - Accounting, Powered by Agents
- Image:
- Source: Link
- Combinely.ai - Accounting, Powered by Agents
- Image:
- Source: Link
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 alternative extensions).
- Hard-reload the page and navigate to capture specific fonts.
- Save each font URL locally.
- Extract and rewrite CSS @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Geist",
"role": "body"
},
{
"family": "Playfair Display",
"role": "heading"
}
],
"colors": {
"primary": "#000000",
"accent": "#1A1918",
"background": "#FFFFFF",
"textPrimary": "#030303",
"link": "#000000"
},
"typography": {
"fontFamilies": {
"primary": "Geist",
"heading": "Playfair Display"
},
"fontStacks": {
"heading": [
"Playfair Display",
"Georgia",
"serif"
],
"body": [
"Geist"
],
"paragraph": [
"Geist"
]
},
"fontSizes": {
"h1": "72px",
"h2": "30px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#1A1918",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "0px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0F0E0D",
"borderColor": "#FFFFFF",
"borderRadius": "0px",
"shadow": "none"
}
},
"images": {
"logo": "https://www.combinely.ai/images/logo.svg",
"favicon": "https://www.combinely.ai/icon.svg",
"ogImage": null,
"logoHref": "/",
"logoAlt": "Combinely"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals seeking accounting solutions"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
}
}