# Bonfire Brand Identity

A complete profile of **Bonfire**'s visual system — colors, typography, components, and personality — extracted from [http://GoBonfire.com](http://gobonfire.com/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from http://GoBonfire.com.

### primary

#FF6E14

### secondary

#0D1F8F

### accent

#E7690D

### background

#FFFFFF

### textPrimary

#E7690D

### link

#E7690D

## Typography

Each font links to its Google Fonts page where available.

### primary

OpenSans

OpenSans [Google Fonts →](https://fonts.google.com/specimen/OpenSans)

### heading

Montserrat

Montserrat [Google Fonts →](https://fonts.google.com/specimen/Montserrat)

## Visual Assets

## UI Components

Live previews rendered using Bonfire's actual button styles.

### Button Primary

- Background: #E7690D
- Text Color: #FFFFFF
- Border Radius: 8px
- Shadow: none

### Button Secondary

- Background: #F5F8FA
- Text Color: #333333
- Border Radius: 0px
- Shadow: none

## Brand Personality

**Tone:** professional  
**Energy:** medium  
**Audience:** public sector organizations

## Frequently Asked Questions

**What is Bonfire's primary brand color?**
Bonfire's primary brand color is #FF6E14.

**What accent color does Bonfire use?**
Bonfire uses #E7690D as an accent color.

**What font does Bonfire use?**
Bonfire uses OpenSans for body text and Montserrat for headings.

**Does Bonfire use a light or dark theme?**
Bonfire's primary site uses a light color scheme, with a background of #FFFFFF.

**Where can I find Bonfire's logo?**
Bonfire's logo is available directly on their site (http://GoBonfire.com).

**How was this brand profile generated?**
This profile was extracted from http://GoBonfire.com using the Firecrawl branding extraction API.

## Methodology

Brand data on this page was extracted from [http://GoBonfire.com](http://gobonfire.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "OpenSans",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FF6E14",
    "secondary": "#0D1F8F",
    "accent": "#E7690D",
    "background": "#FFFFFF",
    "textPrimary": "#E7690D",
    "link": "#E7690D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "OpenSans",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "OpenSans",
        "sans-serif"
      ],
      "paragraph": [
        "OpenSans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "54px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#E7690D",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F5F8FA",
      "textColor": "#333333",
      "borderRadius": "0px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://eunasolutions.com/wp-content/uploads/2025/12/euna-solutions-logo.svg",
    "favicon": "https://eunasolutions.com/wp-content/uploads/2026/01/cropped-EunaFavicon-Arch-32x32.png",
    "ogImage": "https://eunasolutions.com/wp-content/uploads/2025/11/EunaProductMarks2025_DigitalUseKO-Procurement_RGB.png"
  }
}
```
