Home · Branding · Graza

Graza Brand Identity

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

Download JSON
Primary
#3C422E
Accent
#D1E030
Body Font
GT Alpina Typewriter
Heading
ITC Garamond Condensed

Color Palette

Brand palette extracted from https://www.graza.co/.

primary
#3C422E
rgb(60, 66, 46)
secondary
#F6E6D9
rgb(246, 230, 217)
accent
#D1E030
rgb(209, 224, 48)
background
#F6E6D9
rgb(246, 230, 217)
textPrimary
#3C422E
rgb(60, 66, 46)
link
#D1E030
rgb(209, 224, 48)

Typography

Each font links to its Google Fonts page where available.

primary
GT Alpina Typewriter
GT Alpina Typewriter Google Fonts →
heading
ITC Garamond Condensed
ITC Garamond Condensed Google Fonts →
GT Alpina Typewriter, monospace
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

Graza logo
Logo
Graza favicon
Favicon
Graza social image
Social Card

UI Components

Live previews rendered using Graza's actual button styles.

input
background transparent textColor #3C422E borderColor null borderRadius 0px shadow none
buttonPrimary
background #D1E030 textColor #3C422E borderRadius 0px shadow none
buttonSecondary
background #F6E6D9 textColor #3C422E borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: health-conscious consumers

Graza Brand in the Wild

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

Frequently Asked Questions

What is Graza's primary brand color?

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

What accent color does Graza use?

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

What font does Graza use?

Graza uses GT Alpina Typewriter for body text and ITC Garamond Condensed for headings. Fonts were detected on https://www.graza.co/ as part of their live design system.

Does Graza use a light or dark theme?

Graza's primary site uses a light color scheme, with a background of #F6E6D9.

Where can I find Graza's logo?

Graza's logo is available directly on their site (https://www.graza.co/). 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.graza.co/ 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 Graza.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "GT Alpina Typewriter",
      "role": "body"
    },
    {
      "family": "ITC Garamond Condensed",
      "role": "heading"
    },
    {
      "family": "Apercu",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#3C422E",
    "secondary": "#F6E6D9",
    "accent": "#D1E030",
    "background": "#F6E6D9",
    "textPrimary": "#3C422E",
    "link": "#D1E030"
  },
  "typography": {
    "fontFamilies": {
      "primary": "GT Alpina Typewriter",
      "heading": "ITC Garamond Condensed"
    },
    "fontStacks": {
      "heading": [
        "GT Alpina Typewriter",
        "monospace"
      ],
      "body": [
        "GT Alpina Typewriter",
        "monospace"
      ],
      "paragraph": [
        "GT Alpina Typewriter",
        "monospace"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#3C422E",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#D1E030",
      "textColor": "#3C422E",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F6E6D9",
      "textColor": "#3C422E",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22%22%20width%3D%22132%22%20height%3D%2236%22%20viewBox%3D%220%200%20132%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M130.33%2035.701H122.795C121.718%2035.701%20121.422%2034.5052%20122.176%2033.4837C122.579%2032.8609%20123.306%2031.7398%20123.306%2029.9709C123.306%2027.6042%20121.314%2026.0346%20117.063%2026.0346C112.353%2026.0346%20110.039%2027.5045%20110.039%2029.9211C110.039%2031.6651%20111.061%2032.537%20111.976%2033.3841C113.349%2034.6547%20112.703%2035.701%20111.68%2035.701H69.2418C67.8694%2035.701%2067.6541%2034.4803%2068.4345%2033.4339C69.2418%2032.2879%2070.3721%2031.5903%2070.3721%2029.8215C70.3721%2027.4048%2068.273%2026.0346%2064.1826%2026.0346C59.7692%2026.0346%2057.2126%2027.4547%2057.2126%2029.8713C57.2126%2031.391%2057.8316%2032.8609%2058.5851%2033.5585C59.6077%2034.6048%2059.1502%2035.701%2058.3698%2035.701H46.529C43.8648%2035.701%2043.1382%2033.9073%2043.1382%2033.0851V27.3052C43.1382%2023.4685%2040.5279%2020.3294%2036.4374%2020.3294H34.0692V24.3156C34.0692%2027.928%2034.8497%2030.4194%2035.4417%2032.6616C35.8992%2034.3806%2034.7689%2035.701%2032.8852%2035.701H22.6321C19.4566%2035.701%2018.73%2033.3343%2018.0841%2033.3343C17.0615%2033.3343%2017.3575%2036%2011.2219%2036C4.03664%2035.9751%200%2030.818%200%2019.2581C0%206.55225%204.60177%200%2013.0518%200C17.1961%200%2018.9991%202.36678%2020.0756%202.36678C21.2058%202.36678%2021.152%200.099654%2023.1972%200.099654C24.4889%200.099654%2024.7311%201.6692%2024.166%203.5128C23.4394%205.7301%2022.8474%207.59862%2022.6859%2010.9121C22.5783%2012.4817%2022.2284%2013.1045%2021.5018%2013.1045C18.8915%2013.1045%2019.349%205.70519%2013.2671%205.70519C7.72344%205.70519%205.1669%2011.5848%205.1669%2019.1336C5.1669%2026.0097%207.61579%2030.3197%2012.2445%2030.3197C16.604%2030.3197%2018.434%2027.8035%2018.434%2025.0131C18.434%2022.6962%2017.0077%2021.5502%2013.9668%2020.8028C11.5179%2020.1799%2012.0292%2017.1156%2014.1282%2017.1156H24.3275C25.7538%2017.1156%2026.4804%2020.0554%2024.2737%2020.8526C22.7397%2021.4754%2022.0131%2023.4187%2022.0131%2026.2588C22.0131%2029.946%2023.251%2031.8893%2025.3501%2031.8893C27.2339%2031.8893%2028.2296%2030.9426%2028.9831%2027.1557C30.0057%2022.4221%2029.6558%2014.4498%2029.602%208.89412C29.5482%206.32803%2028.8216%203.91142%2028.2834%203.16401C27.2069%201.54464%2027.7721%200.174394%2029.5213%200.174394H37.6753C45.0489%200.174394%2049.4085%203.96125%2049.4085%2010.2145C49.4085%2014.0512%2046.9596%2017.3149%2042.9498%2018.7848C46.9327%2020.5785%2048.332%2023.2443%2048.7895%2026.8817C49.247%2030.5689%2049.9736%2031.5156%2050.8886%2031.5156C51.6959%2031.5156%2052.261%2030.3696%2053.1491%2026.6325C53.9295%2023.4934%2057.0512%2011.1862%2057.5087%208.6699C57.9661%206.15363%2057.6163%203.88651%2057.105%202.31696C56.7013%200.99654%2057.0512%200.124567%2058.2891%200.124567H69.5109C70.8296%200.124567%2071.0987%201.22076%2070.8296%202.26713C70.5605%203.26367%2070.2644%204.63391%2070.2644%206.8263C70.2644%2010.3391%2074.5164%2024.9882%2075.2699%2027.5543C76.4001%2031.117%2077.0191%2032.4374%2078.0955%2032.4374C79.5756%2032.4374%2079.7371%2031.2166%2082.2936%2026.2339C83.8814%2023.1446%2088.5908%2015.1972%2089.9363%2013.0547C91.5779%2010.3889%2092.6543%208.96886%2092.6543%207.42422C92.6543%206.15363%2091.7393%205.33149%2089.4788%205.33149C86.5994%205.33149%2085.1731%206.60208%2084.5541%207.99723C83.989%209.21799%2084.0966%2010.3142%2084.1505%2012.9799C84.2043%2014.7737%2082.7242%2016.3433%2081.0826%2016.3433C78.9836%2016.3433%2077.961%2014.7737%2077.961%2013.4533C77.961%2010.937%2080.356%2011.0367%2080.356%208.79446C80.356%206.70173%2079.7371%204.11073%2078.3108%202.16747C77.6918%201.37024%2078.2032%200.174394%2080.1138%200.174394H99.7857C102.45%200.174394%20102.907%202.31695%20101.32%204.4346C97.875%209.0436%2093.7846%2016.1439%2089.129%2024.0664C87.8911%2026.1592%2087.4336%2027.2554%2087.4336%2028.7003C87.4336%2030.0706%2088.6177%2031.391%2091.9277%2031.391C93.8115%2031.391%2095.2647%2030.1702%2095.9644%2029.1239C96.9332%2027.8035%2096.8793%2025.6111%2096.8793%2023.3439C96.8793%2020.2048%2098.4133%2018.7349%20100.458%2018.7349C101.939%2018.7349%20103.365%2019.582%20103.365%2021.6249C103.365%2022.7211%20103.15%2023.3439%20101.939%2024.8138C101.077%2025.8104%20100.755%2026.9066%20100.862%2028.4263C101.131%2031.3163%20101.723%2032.4125%20102.719%2032.4125C104.253%2032.4125%20104.468%2031.2166%20105.222%2028.2768C106.406%2023.7176%20109.258%2012.7308%20110.039%209.74118C110.819%206.75156%20111.115%204.11073%20110.146%202.19239C109.581%201.14602%20110.146%200.149481%20111.331%200.149481H123.064C124.14%200.149481%20124.651%201.09619%20124.194%202.36678C123.575%204.08581%20123.575%206.35294%20124.086%209.56678C124.598%2012.8305%20126.858%2021.7495%20127.935%2026.0595C128.957%2030.0955%20129.926%2031.4657%20131.379%2032.9855C132.59%2034.3308%20131.917%2035.701%20130.33%2035.701ZM37.0294%2016.7419C41.389%2016.7419%2043.7841%2014.2754%2043.7841%2010.5882C43.7841%207.39931%2041.8465%205.03253%2038.5634%205.03253C35.6032%205.03253%2034.0961%206.6519%2034.0961%209.81592V16.7419H37.0294ZM67.8963%2021.9488C65.1244%208.09689%2065.0706%206.30311%2063.752%206.30311C62.4603%206.30311%2062.4334%208.02214%2059.5001%2021.9488H67.8963ZM121.126%2021.9488C118.3%208.04706%20118.247%206.25329%20116.928%206.25329C115.636%206.25329%20115.636%207.97232%20112.73%2021.9488H121.126Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(60%2C%2066%2C%2046)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.graza.co/cdn/shop/t/38/assets/favicon-32x32.static_small.png?v=97222300656985941251682500131",
    "ogImage": "https://cdn.shopify.com/s/files/1/0550/0003/9638/files/GRAZA_SG_ILLOCARD.jpg?v=1641577069",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'GRAZA'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 6,
      "text": "Shop The Trio",
      "reasoning": "Button #0 'Shop The Trio' uses the vibrant brand color #D1E030, which aligns with the accent color and is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Shop All ➛",
      "reasoning": "Button #2 'Shop All ➛' has a different background color #F6E6D9, making it suitable as a secondary CTA with a supportive action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "health-conscious consumers"
  },
  "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 visible, located in the header, and links to the homepage, matching the brand 'GRAZA'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles