# GoLinks Brand Identity

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

## Color Palette

Brand palette extracted from https://www.golinks.io.

| Color Type | Hex Code | RGB Value |
|------------|----------|-----------|
| primary    | #091F32  | rgb(9, 31, 50) |
| secondary  | #6D7888  | rgb(109, 120, 136) |
| accent     | #00BEAC  | rgb(0, 190, 172) |
| background | #FFFFFF  | rgb(255, 255, 255) |
| textPrimary| #00BEAC  | rgb(0, 190, 172) |
| link       | #00BEAC  | rgb(0, 190, 172) |

## Typography

Each font links to its Google Fonts page where available.

- **primary**: Manrope 
  - [Manrope Google Fonts →](https://fonts.google.com/specimen/Manrope)
- **heading**: Manrope
  - Manrope, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Helvetica Neue, arial, Noto Sans, sans-serif, Apple Color Emoji, Noto Color Emoji

## Visual Assets

Logo

Favicon

Social Card

## UI Components

Live previews rendered using GoLinks's actual button styles.

### Button Primary
- background: #00BEAC
- textColor: #FFFFFF
- borderRadius: 8px
- shadow: none

### Button Secondary
- background: #FFFFFF
- textColor: #00BEAC
- borderColor: #00BEAC
- borderRadius: 8px
- shadow: none

## Brand Personality

- **Tone**: professional
- **Energy**: medium
- **Audience**: business professionals

## Frequently Asked Questions

1. **What is GoLinks's primary brand color?**  
   GoLinks's primary brand color is #091F32.

2. **What accent color does GoLinks use?**  
   GoLinks uses #00BEAC as an accent color.

3. **What font does GoLinks use?**  
   GoLinks uses Manrope as the primary typeface.

4. **Does GoLinks use a light or dark theme?**  
   GoLinks's primary site uses a light color scheme.

5. **Where can I find GoLinks's logo?**  
   GoLinks's logo is available on their site [here](https://www.golinks.io).

6. **How was this brand profile generated?**  
   This profile was extracted from https://www.golinks.io using the Firecrawl branding extraction API.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    },
    {
      "family": "Segoe UI",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    },
    {
      "family": "Helvetica Neue",
      "role": "unknown"
    },
    {
      "family": "Noto Sans",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#091F32",
    "secondary": "#6D7888",
    "accent": "#00BEAC",
    "background": "#FFFFFF",
    "textPrimary": "#00BEAC",
    "link": "#00BEAC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "-apple-system",
        "blinkmacsystemfont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ],
      "body": [
        "Manrope",
        "-apple-system",
        "blinkmacsystemfont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Manrope",
        "-apple-system",
        "blinkmacsystemfont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "32px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#00BEAC",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#00BEAC",
      "borderColor": "#00BEAC",
      "borderRadius": "8px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.golinks.io/d/images/logos/golinks-logo-2021-dark-small.svg",
    "favicon": "https://www.golinks.io/d/images/golinks-logo-horizontal.svg",
    "ogImage": "https://www.golinks.io/d/images/feature/golinks-feature-default.png"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  }
}
```
