clicks.json
Clicks Brand Identity
A complete profile of Clicks's visual system — colors, typography, components, and personality — extracted from https://goclicks.ai/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #EBE7D0 |
| Accent | #EEB92B |
| Body Font | Lora |
| Heading Font | Tasa Orbiter |
Color Palette
- primary: #EBE7D0
- secondary: #6BC773
- accent: #EEB92B
- background: #EEEDE3
- textPrimary: #0A0A0A
- link: #EEB92B
Typography
- primary: Lora — https://fonts.google.com/specimen/Lora
- heading: Tasa Orbiter — https://fonts.google.com/specimen/Tasa+Orbiter
Visual Assets
- Logo:
- Favicon:
UI Components
- buttonPrimary: background=#171717, textColor=#EBE7D0, borderRadius=6px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals seeking AI solutions for back-office operations
Clicks Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Clicks: AI agents for your back-office operations
- Image:
- Clicks: AI agents for your back-office operations
- Image:
- Clicks: AI agents for your back-office operations
- Image:
Working with these fonts
Not found on Google Fonts? Instructions:
CharacterQuilt.com suggests the following flow:
- 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.
Full machine-readable profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Tasa Orbiter",
"role": "heading"
},
{
"family": "Lora",
"role": "body"
}
],
"colors": {
"primary": "#EBE7D0",
"secondary": "#6BC773",
"accent": "#EEB92B",
"background": "#EEEDE3",
"textPrimary": "#0A0A0A",
"link": "#EEB92B"
},
"typography": {
"fontFamilies": {
"primary": "Lora",
"heading": "Tasa Orbiter"
},
"fontStacks": {
"heading": [
"tasaOrbiter",
"tasaOrbiter Fallback"
],
"body": [
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"Lora"
]
},
"fontSizes": {
"h1": "62px",
"h2": "54px",
"body": "22px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#171717",
"textColor": "#EBE7D0",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.goclicks.ai/logos/Clicks_Logo_Full.svg",
"favicon": "https://www.goclicks.ai/Clicks_Favicon.png",
"ogImage": null,
"logoHref": "/",
"logoAlt": "Clicks"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "business professionals seeking AI solutions for back-office operations"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
}
}