# Golpo Brand Identity

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

## Color Palette

Brand palette extracted from https://video.golpoai.com/.

### Colors
- primary: #334155
  - rgb(51, 65, 85)
- secondary: #EEF2FF
  - rgb(238, 242, 255)
- accent: #4F46E5
  - rgb(79, 70, 229)
- background: #EEF2FF
  - rgb(238, 242, 255)
- textPrimary: #0F172A
  - rgb(15, 23, 42)
- link: #0F172A
  - rgb(15, 23, 42)

## Typography

Each font links to its Google Fonts page where available.

### Fonts
- primary: Inter
  - [Google Fonts →](https://fonts.google.com/specimen/Inter)
- heading: Inter
  - [Google Fonts →](https://fonts.google.com/specimen/Inter)

## Visual Assets

## UI Components

### Live Previews

- Input: background #FFFFFF, textColor #0F172A, borderColor #E2E8F0, borderRadius 12px
- Button Primary: background #4F46E5, textColor #FFFFFF, borderRadius 12px
- Button Secondary: background #FFFFFF, textColor #334155, borderColor #CBD5E1, borderRadius 8px

## Brand Personality

- **Tone:** modern
- **Energy:** medium
- **Audience:** business professionals and educators

## Golpo Brand in the Wild

## Frequently Asked Questions

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

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

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

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

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

## Methodology

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

## Machine-Readable Profile

Direct endpoints for agents, designers, and tooling.

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#334155",
    "secondary": "#EEF2FF",
    "accent": "#4F46E5",
    "background": "#EEF2FF",
    "textPrimary": "#0F172A",
    "link": "#0F172A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#0F172A",
      "borderColor": "#E2E8F0",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonPrimary": {
      "background": "#4F46E5",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#334155",
      "borderColor": "#CBD5E1",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "https://video.golpoai.com/_next/image?url=%2Fgolpo-logo.png&w=640&q=75",
    "favicon": "https://video.golpoai.com/favicon.ico",
    "ogImage": "https://video.golpoai.com/golpo-logo.png",
    "logoHref": "/",
    "logoAlt": "Golpo AI"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals and educators"
  }
}
```
