# Harbera Brand Identity

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

## Color Palette

Brand palette extracted from https://harbera.com/.

| Color     | Value        | RGB                |
|-----------|--------------|--------------------|
| primary   | #EE4207     | rgb(238, 66, 7)   |
| accent    | #EE4207     | rgb(238, 66, 7)   |
| background| #FFFFFF     | rgb(255, 255, 255)|
| textPrimary| #000000    | rgb(0, 0, 0)      |
| link      | #FDE8E1     | rgb(253, 232, 225)|

## Typography

Each font links to its Google Fonts page where available.

| Role        | Font Family  | Google Fonts Link |
|-------------|--------------|-------------------|
| primary     | Public Sans  | [Public Sans](https://fonts.google.com/specimen/Public+Sans) |
| heading     | Inter        | [Inter](https://fonts.google.com/specimen/Inter) |

## Visual Assets

## UI Components

### Button Primary

- **background**: #EE4207
- **textColor**: #0000EE
- **borderRadius**: 100px
- **shadow**: none

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** businesses seeking AI credentialing solutions

## Frequently Asked Questions

- **What is Harbera's primary brand color?**  
  Harbera's primary brand color is #EE4207. It anchors the visual identity across their website, product UI, and marketing materials.  
- **What font does Harbera use?**  
  Harbera uses Public Sans for body text and Inter for headings. Fonts were detected on https://harbera.com/ as part of their live design system.  
- **Does Harbera use a light or dark theme?**  
  Harbera's primary site uses a light color scheme, with a background of #FFFFFF.  
- **How was this brand profile generated?**  
  This profile was extracted from https://harbera.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 Harbera.

## Methodology

Brand data on this page was extracted from https://harbera.com/ on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Public Sans",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#EE4207",
    "accent": "#EE4207",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#FDE8E1"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Public Sans",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Public Sans",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Public Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "32px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#EE4207",
      "textColor": "#0000EE",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://framerusercontent.com/images/93BaqIs3e4uzFmWlnpUdnYWkC8.png",
    "ogImage": "https://framerusercontent.com/assets/5BkHUE1VImwbamxZtk0HU3zUI.jpg"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking AI credentialing solutions"
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  }
}
```
