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

Typography

Visual Assets

UI Components

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.

Working with these fonts

Not found on Google Fonts? Instructions:

CharacterQuilt.com suggests the following flow:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. 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": ""
  }
}