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.
- Page: https://characterquilt.com/branding/chow-central-inc
- Machine-readable JSON: https://characterquilt.com/branding/chow-central-inc.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #EDE5DC |
| Accent | #FE0000 |
| Body Font | Gramatika-Regular |
| Heading Font | Gramatika-Bold |
Color Palette
- primary: #EDE5DC
- secondary: #FF9E10
- accent: #FE0000
- background: #FFFFFF
- textPrimary: #FE0000
- link: #FE0000
Typography
- primary: Gramatika-Regular — https://fonts.google.com/specimen/Gramatika-Regular
- heading: Gramatika-Bold — https://fonts.google.com/specimen/Gramatika-Bold
Visual Assets
- Logo: https://chowcentral.com/static/media/whiteLogo.2a1bfaa89c70d6e8b9792f013fd0bb35.svg
- Favicon: https://chowcentral.com/logo.png
- Social card (og:image): /logo.png
UI Components
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=10px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: food enthusiasts
Chow Central Inc Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Chow Central
- Chow Central
- Chow Central
- Chow Central
- Chow Central
Working with these fonts
Not found on Google Fonts? Here’s a suggested flow that can help:
- 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 navigate to different sections.
- For each captured font URL: right-click → Save As to download the file locally.
- 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"
}
}