# Pantheon Brand Identity

A complete profile of **Pantheon**'s visual system — colors, typography, components, and personality. Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://www.joinpantheon.io/.  
- primary:  
  - Hex: #F49300  
  - rgb: (244, 147, 0)  
- secondary:  
  - Hex: #626574  
  - rgb: (98, 101, 116)  
- accent:  
  - Hex: #101C36  
  - rgb: (16, 28, 54)  
- background:  
  - Hex: #646464  
  - rgb: (100, 100, 100)  
- textPrimary:  
  - Hex: #101C36  
  - rgb: (16, 28, 54)  
- link:  
  - Hex: #101C36  
  - rgb: (16, 28, 54)

## Typography

Each font links to its Google Fonts page where available.  
- primary: sans-serif  
- heading: sans-serif

## Visual Assets

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** unknown

## Pantheon Brand in the Wild

Source: [reddit.com](https://www.reddit.com/r/europe/comments/5pe291/the_incredible_pantheon_of_rome_built_118_ad/)

Source: [pantheon.io](https://pantheon.io/resources/report/forrester-total-economic-impact-study-of-pantheon)

Source: [psdrepo.com](https://psdrepo.com/free-psd/pantheon-website-template-freebie/)

Source: [depts.washington.edu](https://depts.washington.edu/hrome/Authors/asc1/ThePantheon/pub_zbarticle_view_printable.html)

Source: [youtube.com](https://www.youtube.com/watch?v=rJxC7FqRUmk)

Source: [ayerhsmagazine.com](https://ayerhsmagazine.com/2025/01/27/pantheon-ad-lucem-alexander-mcqueen-fall-2004/)

## Frequently Asked Questions

- **What is Pantheon's primary brand color?**  
Pantheon's primary brand color is #F49300. It anchors the visual identity across their website, product UI, and marketing materials.

- **What accent color does Pantheon use?**  
Pantheon uses #101C36 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

- **What font does Pantheon use?**  
Pantheon uses sans-serif as the primary typeface across body and headings.

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

- **How was this brand profile generated?**  
This profile was extracted from https://www.joinpantheon.io/ 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 Pantheon.

## Methodology

Brand data on this page was extracted from https://www.joinpantheon.io/ on 2026-07-27 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.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "sans-serif",
      "count": 4
    },
    {
      "family": "Roboto",
      "count": 1
    }
  ],
  "colors": {
    "primary": "#F49300",
    "secondary": "#626574",
    "accent": "#101C36",
    "background": "#646464",
    "textPrimary": "#101C36",
    "link": "#101C36"
  },
  "typography": {
    "fontFamilies": {
      "primary": "sans-serif",
      "heading": "sans-serif"
    },
    "fontStacks": {
      "body": [
        "sans-serif"
      ],
      "heading": [
        "sans-serif"
      ],
      "paragraph": [
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0,
    "overall": 0
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "LLM failed",
        "confidence": 0
      }
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false,
      "error": "LLM call failed or returned fallback values"
    }
  }
}
```
