Home · Branding · Goldbelly

Goldbelly Brand Identity

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

Download JSON
Primary
#294289
Accent
#00ADD6
Body Font
Cabin
Heading
Jost

Color Palette

Brand palette extracted from https://www.goldbelly.com/.

primary
#294289
rgb(41, 66, 137)
secondary
#1A73E8
rgb(26, 115, 232)
accent
#00ADD6
rgb(0, 173, 214)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#333333
rgb(51, 51, 51)
link
#00ADD6
rgb(0, 173, 214)

Typography

Each font links to its Google Fonts page where available.

primary
Cabin
heading
Jost
Jost
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

Goldbelly logo
Logo
Goldbelly social image
Social Card

UI Components

Live previews rendered using Goldbelly's actual button styles.

input
background #FFFFFF textColor #333333 borderColor #999999 borderRadius 4px shadow none

Brand Personality

Tone: playful Energy: high Audience: food enthusiasts and gift shoppers

Goldbelly Brand in the Wild

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

Frequently Asked Questions

What is Goldbelly's primary brand color?

Goldbelly's primary brand color is #294289. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Goldbelly use?

Goldbelly uses #00ADD6 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Goldbelly use?

Goldbelly uses Cabin for body text and Jost for headings. Fonts were detected on https://www.goldbelly.com/ as part of their live design system.

Does Goldbelly use a light or dark theme?

Goldbelly's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Goldbelly's logo?

Goldbelly's logo is available directly on their site (https://www.goldbelly.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 https://www.goldbelly.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 Goldbelly.

Methodology

Brand data on this page was extracted from https://www.goldbelly.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 Goldbelly.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Cabin",
      "role": "body"
    },
    {
      "family": "Jost",
      "role": "heading"
    },
    {
      "family": "Futura",
      "role": "display"
    }
  ],
  "colors": {
    "primary": "#294289",
    "secondary": "#1A73E8",
    "accent": "#00ADD6",
    "background": "#FFFFFF",
    "textPrimary": "#333333",
    "link": "#00ADD6"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Cabin",
      "heading": "Jost"
    },
    "fontStacks": {
      "heading": [
        "Jost"
      ],
      "body": [
        "Cabin"
      ],
      "paragraph": [
        "Jost",
        "Futura",
        "Trebuchet MS",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "24px",
      "h2": "24px",
      "body": "40px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#999999",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://img.goldbelly.com/consumer/promotion/bellybot-card.png?w=1080&auto=format&fit=max&ixlib=react-9.10.0",
    "favicon": null,
    "ogImage": "https://img.goldbelly.com/consumer/homepage/facebook-share-home.png?fit=crop&w=1200&h=630"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Logo rejected: Red flags detected (UI icon). Selected #0 because it is visible, medium-sized, and matches the brand name 'Goldbelly'. It is also linked to the homepage, making it the primary brand logo.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons have the same background color (#FFFFFF) and lack vibrant, action-oriented text, making it difficult to identify a primary CTA."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "Since no primary button was identified due to uniform color and lack of distinct CTA text, a secondary button cannot be selected."
    },
    "confidence": 0.5
  },
  "personality": {
    "tone": "playful",
    "energy": "high",
    "targetAudience": "food enthusiasts and gift shoppers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.5,
    "colors": 0.9,
    "overall": 0.7
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Goldbelly'. It is also linked to the homepage, making it the primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles