Home · Branding · Burrow

Burrow Brand Identity

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

Download JSON
Primary
#5A31F4
Accent
#007AFF
Body Font
Arial
Heading
Suisse Intl

Color Palette

Brand palette extracted from http://www.burrow.com.

primary
#5A31F4
rgb(90, 49, 244)
secondary
#F7EEE3
rgb(247, 238, 227)
accent
#007AFF
rgb(0, 122, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#262626
rgb(38, 38, 38)
link
#007AFF
rgb(0, 122, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Arial
heading
Suisse Intl
Suisse Intl Google Fonts →
Suisse Intl, Helvetica, Arial, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, sans-serif
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

Burrow logo
Logo
Burrow favicon
Favicon

UI Components

Live previews rendered using Burrow's actual button styles.

input
background transparent textColor #262626 borderColor #262626 borderRadius 2px shadow none
buttonPrimary
background #262626 textColor #FFFFFF borderRadius 2px shadow none
buttonSecondary
background #F7EEE3 textColor #514F4D borderColor #F7EEE3 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: young professionals and urban dwellers

Burrow Brand in the Wild

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

Frequently Asked Questions

What is Burrow's primary brand color?

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

What accent color does Burrow use?

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

What font does Burrow use?

Burrow uses Arial for body text and Suisse Intl for headings. Fonts were detected on http://www.burrow.com as part of their live design system.

Does Burrow use a light or dark theme?

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

Where can I find Burrow's logo?

Burrow's logo is available directly on their site (http://www.burrow.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://www.burrow.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 Burrow.

Methodology

Brand data on this page was extracted from http://www.burrow.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 Burrow.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Suisse Intl",
      "role": "heading"
    },
    {
      "family": "Helvetica",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#5A31F4",
    "secondary": "#F7EEE3",
    "accent": "#007AFF",
    "background": "#FFFFFF",
    "textPrimary": "#262626",
    "link": "#007AFF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Suisse Intl"
    },
    "fontStacks": {
      "heading": [
        "Suisse Intl",
        "Helvetica",
        "Arial",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "sans-serif"
      ],
      "body": [
        "Suisse Intl",
        "Helvetica",
        "Arial",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Suisse Intl"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "40px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#262626",
      "borderColor": "#262626",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#262626",
      "textColor": "#FFFFFF",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F7EEE3",
      "textColor": "#514F4D",
      "borderColor": "#F7EEE3",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23383633%22%20viewBox%3D%220%200%20108%2016%22%20aria-label%3D%22Burrow%22%20height%3D%2220%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M77.356%200c-4.684%200-8.608%202.823-8.608%208%200%205.25%204.069%208%208.608%208%204.502%200%208.604-2.46%208.604-8%200-5.357-3.92-8-8.604-8zM36.833.217c-.654%202.534-.98%204.598-.98%207.24%200%202.643.326%205.721.98%208.255h3.16c-.473-1.629-.8-3.802-.98-5.503h4.973l2.905%205.503h3.414L47%209.63c1.743-.869%202.832-2.207%202.832-4.524%200-2.97-1.996-4.89-5.737-4.89zm16.775.002c-.653%202.533-.982%204.596-.982%207.239%200%202.642.33%205.72.982%208.254h3.16c-.472-1.629-.8-3.802-.982-5.503h4.938l2.942%205.503h3.412L63.774%209.63c1.742-.869%202.834-2.207%202.834-4.524%200-2.97-1.999-4.887-5.739-4.887zM2.048.254A30.814%2030.814%200%200%200%201.067%208c0%202.643.325%205.214.98%207.712h8.097c3.632%200%205.445-1.774%205.445-4.344%200-1.159-.47-2.68-2.25-3.511%201.307-.76%201.89-2.1%201.89-3.584C15.229%202.137%2013.74.254%2010.4.254zm16.52%200c-.798%203.33-.798%207.35-.325%209.739.834%204.234%203.375%205.971%207.334%205.971%203.957%200%206.5-1.736%207.335-6.007.472-2.39.435-6.372-.327-9.702h-3.122c.654%203.113.907%206.624.471%208.868-.508%202.463-1.962%204.128-4.357%204.128-2.397%200-3.848-1.665-4.357-4.127-.472-2.245-.218-5.756.472-8.87zm85.002%200c.29%201.629.473%203.295.473%204.997%200%202.497-.363%205.032-1.054%207.457l-4.103-9.595h-2.25l-4.103%209.595a26.958%2026.958%200%200%201-1.05-7.421c0-1.702.143-3.368.47-4.997H88.83a33.974%2033.974%200%200%200-.4%205.032c0%203.548.655%207.095%201.89%2010.461h3.884l3.485-8.18%203.487%208.18h3.85c1.234-3.366%201.888-6.913%201.888-10.46.072-1.738-.074-3.404-.328-5.068zM77.356%202.752c2.759%200%205.519%201.484%205.519%205.249%200%203.656-2.651%205.249-5.52%205.249-2.868%200-5.519-1.485-5.519-5.25%200-3.619%202.76-5.248%205.52-5.248zM4.59%202.897v.036h5.446c1.27%200%202.034.653%202.034%201.847%200%201.231-.763%201.845-2.034%201.845H4.117c.037-1.447.22-2.605.473-3.728Zm34.749.11h4.322c2.034%200%202.976.723%202.976%202.388%200%201.701-1.051%202.244-2.976%202.244h-4.794v-.143c0-2.1.145-3.077.472-4.49zm16.738%200h4.322c2.033%200%202.976.723%202.976%202.388%200%201.701-1.052%202.244-2.976%202.244h-4.793v-.145c0-2.1.144-3.075.47-4.487zM4.117%209.16h6.102c1.38%200%202.178.724%202.178%201.955%200%201.266-.763%201.956-2.361%201.956H4.59c-.29-1.159-.436-2.354-.473-3.875Z%22%20style%3D%22fill%3A%20rgb(56%2C%2054%2C%2051)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.shopify.com/oxygen-v2/43330/38238/80404/3447336/assets/favicon-xQAyhzaD.svg",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Burrow"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand name 'Burrow'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Shop now",
      "reasoning": "The 'Shop now' button is likely the primary CTA due to its action-oriented text and dark, contrasting background color, which stands out more prominently than the 'Subscribe' button."
    },
    "secondary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "The 'Subscribe' button serves as a secondary action with a lighter, less prominent background color, making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "young professionals and urban dwellers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand name 'Burrow'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles