chow central inc.json

Chow Central Inc Brand Identity

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

Quick Facts

Field Value
Primary #EDE5DC
Accent #FE0000
Body Font Gramatika-Regular
Heading Font Gramatika-Bold

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: food enthusiasts

Chow Central Inc Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here’s a suggested flow that can help:

  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 navigate to different sections.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS and copy 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": "Gramatika-Regular",
      "role": "body"
    },
    {
      "family": "Gramatika-Bold",
      "role": "heading"
    },
    {
      "family": "SF-Pro-Text-Regular",
      "role": "body"
    },
    {
      "family": "SF-Pro-Text-Bold",
      "role": "heading"
    },
    {
      "family": "PlusJakartaSans-Regular",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#EDE5DC",
    "secondary": "#FF9E10",
    "accent": "#FE0000",
    "background": "#FFFFFF",
    "textPrimary": "#FE0000",
    "link": "#FE0000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Gramatika-Regular",
      "heading": "Gramatika-Bold"
    },
    "fontStacks": {
      "heading": [
        "Gramatika-Bold",
        "sans-serif"
      ],
      "body": [
        "PlusJakartaSans-Regular",
        "sans-serif"
      ],
      "paragraph": [
        "Gramatika-Regular",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "60px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://chowcentral.com/static/media/whiteLogo.2a1bfaa89c70d6e8b9792f013fd0bb35.svg",
    "favicon": "https://chowcentral.com/logo.png",
    "ogImage": "/logo.png",
    "logoHref": "/",
    "logoAlt": "logo"
  }
}