Gameday Brand Identity
A complete profile of Gameday's visual system — colors, typography, components, and personality — extracted from http://playgameday.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from http://playgameday.com.
Typography
Each font links to its Google Fonts page where available.
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this 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 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. 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. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Visual Assets

UI Components
Live previews rendered using Gameday's actual button styles.
Brand Personality
Gameday Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Gameday's primary brand color?
Gameday's primary brand color is #072A20. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Gameday use?
Gameday uses #C9A227 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Gameday use?
Gameday uses Inter for body text and Barlow Condensed for headings. Fonts were detected on http://playgameday.com as part of their live design system.
Does Gameday use a light or dark theme?
Gameday's primary site uses a dark color scheme, with a background of #0B3B2E.
Where can I find Gameday's logo?
Gameday's logo is available directly on their site (http://playgameday.com). The current logo URL is included in the machine-readable JSON profile linked above.
How was this brand profile generated?
This profile was extracted from http://playgameday.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Gameday.
Methodology
Brand data on this page was extracted from http://playgameday.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Gameday.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "dark",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Barlow Condensed",
"role": "heading"
},
{
"family": "Anton",
"role": "display"
}
],
"colors": {
"primary": "#072A20",
"secondary": "#CFC8B6",
"accent": "#C9A227",
"background": "#0B3B2E",
"textPrimary": "#0B3B2E",
"link": "#0B3B2E"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Barlow Condensed"
},
"fontStacks": {
"heading": [
"Inter",
"system-ui",
"sans-serif"
],
"body": [
"Inter",
"system-ui",
"sans-serif"
],
"paragraph": [
"Inter",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "16px",
"h2": "16px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 2,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#F4EFE4",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#C9A227",
"textColor": "#072A20",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2056%2056%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20class%3D%22h-8%20w-auto%20shrink-0%20sm%3Ah-10%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M8%206%20H48%20V26%20Q48%2042%2028%2052%20Q8%2042%208%2026%20Z%22%20style%3D%22fill%3A%20rgb(7%2C%2042%2C%2032)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M8%206%20H48%20V26%20Q48%2042%2028%2052%20Q8%2042%208%2026%20Z%22%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(201%2C%20162%2C%2039)%20!important%3B%20stroke-width%3A%202px%20!important%3B%20stroke-linejoin%3A%20round%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M11.5%209.5%20H44.5%20V26.5%20Q44.5%2040%2028%2049%20Q11.5%2040%2011.5%2026.5%20Z%22%20fill%3D%22none%22%20stroke-width%3D%220.75%22%20stroke-linejoin%3D%22round%22%20opacity%3D%220.55%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(244%2C%20239%2C%20228)%20!important%3B%20stroke-width%3A%200.75px%20!important%3B%20stroke-linejoin%3A%20round%20!important%3B%20opacity%3A%200.55%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M21%2016%20C15%2016%2015%2024%2023%2024%22%20fill%3D%22none%22%20stroke-width%3D%221.25%22%20stroke-linecap%3D%22round%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(201%2C%20162%2C%2039)%20!important%3B%20stroke-width%3A%201.25px%20!important%3B%20stroke-linecap%3A%20round%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M35%2016%20C41%2016%2041%2024%2033%2024%22%20fill%3D%22none%22%20stroke-width%3D%221.25%22%20stroke-linecap%3D%22round%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(201%2C%20162%2C%2039)%20!important%3B%20stroke-width%3A%201.25px%20!important%3B%20stroke-linecap%3A%20round%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M21%2015%20H35%20L32%2028%20H24%20Z%22%20style%3D%22fill%3A%20rgb(201%2C%20162%2C%2039)%20!important%3B%22%2F%3E%3Crect%20x%3D%2227%22%20y%3D%2228%22%20width%3D%222%22%20height%3D%229%22%20style%3D%22fill%3A%20rgb(201%2C%20162%2C%2039)%20!important%3B%22%2F%3E%3Crect%20x%3D%2224%22%20y%3D%2237%22%20width%3D%228%22%20height%3D%222%22%20style%3D%22fill%3A%20rgb(201%2C%20162%2C%2039)%20!important%3B%22%2F%3E%3Crect%20x%3D%2222%22%20y%3D%2239%22%20width%3D%2212%22%20height%3D%222.5%22%20rx%3D%220.5%22%20style%3D%22fill%3A%20rgb(201%2C%20162%2C%2039)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
"favicon": "https://playgameday.com/icon.svg?a16f67eeb4379641",
"ogImage": "https://gameday-dyeukz633-barrys-projects-78c40a09.vercel.app/opengraph-image.png?ff5baa789eb578ea"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is located in the header, is visible, and matches the favicon style, indicating it is the main brand logo.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Get early access",
"reasoning": "The button 'Get early access' uses a vibrant orange color (#C9A227), which is typically used for primary CTAs. The text is action-oriented, encouraging users to engage with the site."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button detected, so no secondary button is available with a different color."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "sports enthusiasts and gamers"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and matches the favicon style, indicating it is the main brand logo.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 