curo.json
Curo Brand Identity
A complete profile of Curo's visual system — colors, typography, components, and personality — extracted from https://www.curocharging.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/curo
- Machine-readable JSON: https://characterquilt.com/branding/curo.json
- Per-page llms.txt: https://characterquilt.com/branding/curo/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #E1FE8D |
| Accent | #E1FE8D |
| Body Font | Inter |
| Heading Font | Clash Grotesk |
Color Palette
- primary: #E1FE8D
- secondary: #F8F5E9
- accent: #E1FE8D
- background: #FFFFFF
- textPrimary: #0F111A
- link: #181E2C
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Clash Grotesk — https://fonts.google.com/specimen/Clash+Grotesk
Visual Assets
- Logo: https://www.curocharging.com/CuroNavBarLogoName.svg
- Favicon: https://www.curocharging.com/favicon.ico
UI Components
- input: background=#FFFFFF, textColor=#0A0A0A, borderColor=#E5E7EB, borderRadius=8px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
- buttonPrimary: background=#E1FE8D, textColor=#0A0A0A, borderRadius=80px, shadow=rgba(142, 161, 19, 0.5) 0px 1px 2px 0px, rgb(202, 235, 71) 0px 0px 0px 1px
- buttonSecondary: background=#FFFFFF, textColor=#0A0A0A, borderColor=#E5E7EB, borderRadius=8px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals interested in sustainable energy solutions
Curo Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Curo Charging
- Curo Charging
- Curo Charging
- Curo Charging
- Curo Charging
- Curo Charging
Working with these fonts
Not found on Google Fonts? Follow this flow that can help 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 — 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 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.
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": "Inter",
"role": "body"
},
{
"family": "Public Sans",
"role": "body"
},
{
"family": "Clash Grotesk",
"role": "heading"
},
{
"family": "Roboto",
"role": "body"
}
],
"colors": {
"primary": "#E1FE8D",
"secondary": "#F8F5E9",
"accent": "#E1FE8D",
"background": "#FFFFFF",
"textPrimary": "#0F111A",
"link": "#181E2C"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Clash Grotesk"
},
"fontStacks": {
"heading": [
"Clash Grotesk",
"Helvetica Neue",
"Roboto",
"Arial",
"sans-serif"
],
"body": [
"Inter"
],
"paragraph": [
"Inter"
]
},
"fontSizes": {
"h1": "80px",
"h2": "56px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "14px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#0A0A0A",
"borderColor": "#E5E7EB",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
},
"buttonPrimary": {
"background": "#E1FE8D",
"textColor": "#0A0A0A",
"borderRadius": "80px",
"borderRadiusCorners": {
"topLeft": "80px",
"topRight": "80px",
"bottomRight": "80px",
"bottomLeft": "80px"
},
"shadow": "rgba(142, 161, 19, 0.5) 0px 1px 2px 0px, rgb(202, 235, 71) 0px 0px 0px 1px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0A0A0A",
"borderColor": "#E5E7EB",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
}
},
"images": {
"logo": "https://www.curocharging.com/CuroNavBarLogoName.svg",
"favicon": "https://www.curocharging.com/favicon.ico",
"ogImage": null,
"logoAlt": "CuroNavBarLogoName"
}
}