# Golf Brand Identity

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

## Color Palette

Brand palette extracted from https://golf.dev/.  
**Primary**: #F97728  
**Secondary**: #3898EC  
**Accent**: #F97728  
**Background**: #FFFFFF  
**Text Primary**: #000000  
**Link**: #040A18

## Typography

Each font links to its Google Fonts page where available.  
**Primary Font**: Manrope [Google Fonts →](https://fonts.google.com/specimen/Manrope)  
**Heading Font**: Manrope [Google Fonts →](https://fonts.google.com/specimen/Manrope)

## UI Components

Live previews rendered using Golf's actual button styles.  
**Button Primary**  
- Background: #F97728  
- Text Color: #FFFFFF  
- Border Radius: 4px  
- Shadow: none

## Brand Personality

**Tone**: modern  
**Energy**: medium  
**Audience**: golf enthusiasts and developers

## Golf Brand in the Wild

Source: [golf.dev](https://www.golf.dev/)

Source: [golf.dev](https://www.golf.dev/demo)

Source: [golf.dev](https://www.golf.dev/)

## Frequently Asked Questions

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

**What font does Golf use?**  
Golf uses Manrope as the primary typeface across body and headings.

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

**Where can I find Golf's logo?**  
Golf's logo is available directly on their site (https://golf.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://golf.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 Golf.

## Methodology

Brand data on this page was extracted from [https://golf.dev/](https://golf.dev/) 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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#F97728",
    "secondary": "#3898EC",
    "accent": "#F97728",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#040A18"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "sans-serif"
      ],
      "body": [
        "Manrope",
        "sans-serif"
      ],
      "paragraph": [
        "Manrope",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "40px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F97728",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/69a03b7b58968e58f476f61e/69a04e7c4b91961fdc785f05_Gold-logo.webp",
    "favicon": "https://cdn.prod.website-files.com/69a03b7b58968e58f476f61e/69a7048a1558311595b125f7_favicon-golf-icon.png",
    "ogImage": null
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "golf enthusiasts and developers"
  }
}
```
