catchback cards.json

CatchBack Cards Brand Identity

A complete profile of CatchBack Cards's visual system — colors, typography, components, and personality — extracted from https://catchbackcards.com. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #9CA3AF
Accent #1CE479
Body Font Inter
Heading Font Koulen

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: trading card enthusiasts

CatchBack Cards Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Here are suggested steps if you have permission to use the fonts:

  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.

Note: 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": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Koulen",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#9CA3AF",
    "secondary": "#4A506A",
    "accent": "#1CE479",
    "background": "#111111",
    "textPrimary": "#111111",
    "link": "#1CE479"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Koulen"
    },
    "fontStacks": {
      "heading": [
        "Koulen"
      ],
      "body": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "62px",
      "h2": "20px",
      "body": "17.5px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "#2A2A35",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "6.75px",
      "borderRadiusCorners": {
        "topLeft": "6.75px",
        "topRight": "6.75px",
        "bottomRight": "6.75px",
        "bottomLeft": "6.75px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#1CE479",
      "textColor": "#000000",
      "borderRadius": "6.75px",
      "borderRadiusCorners": {
        "topLeft": "6.75px",
        "topRight": "6.75px",
        "bottomRight": "6.75px",
        "bottomLeft": "6.75px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#60A5FA",
      "textColor": "#000000",
      "borderRadius": "6.75px",
      "borderRadiusCorners": {
        "topLeft": "6.75px",
        "topRight": "6.75px",
        "bottomRight": "6.75px",
        "bottomLeft": "6.75px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://catchbackcards.com/branding/logo-white.png",
    "favicon": "https://catchbackcards.com/branding/logo-dark.png",
    "ogImage": "/branding/logo-white.png?v=1",
    "logoHref": "/",
    "logoAlt": "CatchBack Cards"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "trading card enthusiasts"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  }
}