Home · Branding · Firezone

Firezone Brand Identity

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

Download JSON
Primary
#FF7300
Accent
#FF7300
Body Font
Source Sans 3
Heading
Source Sans 3

Color Palette

Brand palette extracted from https://www.firezone.dev.

primary
#FF7300
rgb(255, 115, 0)
secondary
#D4D0AB
rgb(212, 208, 171)
accent
#FF7300
rgb(255, 115, 0)
background
#050505
rgb(5, 5, 5)
textPrimary
#050505
rgb(5, 5, 5)
link
#4C3E33
rgb(76, 62, 51)

Typography

Each font links to its Google Fonts page where available.

primary
Source Sans 3
Source Sans 3 Google Fonts →
heading
Source Sans 3
Source Sans 3 Google Fonts →
Manrope
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

Firezone logo
Logo
Firezone favicon
Favicon

UI Components

Live previews rendered using Firezone's actual button styles.

buttonPrimary
background #FF7300 textColor #FFFFFF borderRadius 4px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.43081 0.0723725 0.0872615) 0px 10px 15px -3px, oklab(0.43081 0.0723725 0.0872615) 0px 4px 6px -4px
buttonSecondary
background #050505 textColor #F8F7F7 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Firezone Brand in the Wild

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

Frequently Asked Questions

What is Firezone's primary brand color?

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

What font does Firezone use?

Firezone uses Source Sans 3 as the primary typeface across body and headings.

Does Firezone use a light or dark theme?

Firezone's primary site uses a light color scheme, with a background of #050505.

Where can I find Firezone's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Source Sans 3",
      "role": "body"
    },
    {
      "family": "Manrope",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#FF7300",
    "secondary": "#D4D0AB",
    "accent": "#FF7300",
    "background": "#050505",
    "textPrimary": "#050505",
    "link": "#4C3E33"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Source Sans 3",
      "heading": "Source Sans 3"
    },
    "fontStacks": {
      "heading": [
        "Manrope"
      ],
      "body": [
        "Source Sans 3"
      ],
      "paragraph": [
        "Source Sans 3"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "14px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF7300",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.43081 0.0723725 0.0872615) 0px 10px 15px -3px, oklab(0.43081 0.0723725 0.0872615) 0px 4px 6px -4px"
    },
    "buttonSecondary": {
      "background": "#050505",
      "textColor": "#F8F7F7",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.firezone.dev/_next/image?url=%2Fimages%2Flogo-text-dark.svg&w=384&q=75",
    "favicon": "https://www.firezone.dev/favicon.ico?476d57313e36f8bd",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Firezone Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Firezone'. It is the most prominent logo representing the brand.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #9 has a vibrant orange background (#FF7300), which is the brand's primary color, making it stand out as the main call-to-action. The text 'Book a demo' is action-oriented, further supporting its role as the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Get started for free",
      "reasoning": "Button #0 has a dark background (#050505), which contrasts with the primary button's vibrant color. The text 'Get started for free' suggests a secondary action, making it a suitable secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Firezone'. It is the most prominent logo representing the brand.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles