llms.txt
Ciro Brand Identity
A complete profile of Ciro's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #63594C |
| Accent | #FCF9F5 |
| Body Font | Plus Jakarta Sans |
| Heading Font | Plus Jakarta Display |
Color Palette
- primary: #63594C
- secondary: #524739
- accent: #FCF9F5
- background: #FCF9F5
- textPrimary: #31231B
- link: #31231B
Typography
- primary: Plus Jakarta Sans — Google Fonts
- heading: Plus Jakarta Display — Google Fonts
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FCF9F5, textColor=#FFFFFF, borderRadius=32px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px
- buttonSecondary: background=#FFFFFF, textColor=#31231B, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Ciro Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
Ciro — More pipeline. Less work.
How Many Florists Are In The US? (2024)
Ciro — More pipeline. Less work.
How Many Florists Are In The US? (2024)
How Many Florists Are In The US? (2024)
How Many Florists Are In The US? (2024)
Working with these fonts
Not found on Google Fonts? CharacterQuilt.com suggests this flow:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and click around — some weights load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS and copy out the matching @font-face declarations.
Programmatic alternative: load the URL with Playwright or Puppeteer.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Plus Jakarta Sans",
"role": "body"
},
{
"family": "Plus Jakarta Display",
"role": "heading"
}
],
"colors": {
"primary": "#63594C",
"secondary": "#524739",
"accent": "#FCF9F5",
"background": "#FCF9F5",
"textPrimary": "#31231B",
"link": "#31231B"
},
"typography": {
"fontFamilies": {
"primary": "Plus Jakarta Sans",
"heading": "Plus Jakarta Display"
},
"fontStacks": {
"heading": [
"Plus Jakarta Display",
"Plus Jakarta Sans",
"system-ui",
"sans-serif"
],
"body": [
"Plus Jakarta Sans",
"system-ui",
"-apple-system",
"sans-serif"
],
"paragraph": [
"Plus Jakarta Sans",
"system-ui",
"-apple-system",
"sans-serif"
]
},
"fontSizes": {
"h1": "60.75px",
"h2": "48.006px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#FCF9F5",
"textColor": "#FFFFFF",
"borderRadius": "32px",
"borderRadiusCorners": {
"topLeft": "32px",
"topRight": "32px",
"bottomRight": "32px",
"bottomLeft": "32px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#31231B",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.ciro.io/ciro_logo.png",
"favicon": "https://www.ciro.io/icons/ciro-icon.svg",
"ogImage": "https://ciro.io/og-image.png",
"logoHref": "/",
"logoAlt": "Ciro"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}