# Swerve Brand Identity

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

## Color Palette

Brand palette extracted from https://www.getswerve.com/.

| Color         | Hex Code   | RGB               |
|---------------|------------|-------------------|
| Primary       | #FFFFFF    | rgb(255, 255, 255)|
| Accent        | #FFFFFF    | rgb(255, 255, 255)|
| Background    | #0A0A0A    | rgb(10, 10, 10)  |
| Text Primary  | #0A0A0A    | rgb(10, 10, 10)  |
| Link          | #FFFFFF    | rgb(255, 255, 255)|

## Typography

Each font links to its Google Fonts page where available.

| Role   | Font                   |
|--------|-----------------------|
| Primary | Inter                 |
| Heading | Bricolage Grotesque    |

## Visual Assets

Logo

Favicon

## UI Components

Live previews:

### Input

```json
{
  "background": "transparent",
  "textColor": "#FFFFFF",
  "borderColor": null,
  "borderRadius": "0px",
  "shadow": "none"
}
```

### Button Primary

```json
{
  "background": "#FFFFFF",
  "textColor": "#000000",
  "borderRadius": "33554400px",
  "shadow": "none"
}
```

### Button Secondary

```json
{
  "background": "#2F2F2F",
  "textColor": "#FFFFFF",
  "borderRadius": "33554400px",
  "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px"
}
```

## Brand Personality

**Tone:** modern  
**Energy:** medium  
**Audience:** tech-savvy individuals looking for innovative solutions

## Swerve Brand in the Wild

Source: [getswerve.com](https://www.getswerve.com/AppStore_1.9.0_3.jpg)

Source: [getswerve.com](https://www.getswerve.com/AppStore_1.9.0_1.jpg)

Source: [getswerve.com](https://www.getswerve.com/AppStore_1.9.0_2.jpg)

Source: [getswerve.com](https://www.getswerve.com/logo_banner.png)

Source: [trumpetadvertising.com](https://trumpetadvertising.com/work/swerve-sweetener/)

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

## Frequently Asked Questions

1. **What is Swerve's primary brand color?**  
   Swerve's primary brand color is #FFFFFF.

2. **What font does Swerve use?**  
   Swerve uses Inter for body text and Bricolage Grotesque for headings.

3. **Does Swerve use a light or dark theme?**  
   Swerve's primary site uses a dark color scheme, with a background of #0A0A0A.

4. **Where can I find Swerve's logo?**  
   Swerve's logo is available directly on their site (https://www.getswerve.com/).

5. **How was this brand profile generated?**  
   This profile was extracted from https://www.getswerve.com/ using the Firecrawl branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "dark",
  "fonts": [
    {"family": "Inter", "role": "body"},
    {"family": "Bricolage Grotesque", "role": "heading"}
  ],
  "colors": {
    "primary": "#FFFFFF",
    "accent": "#FFFFFF",
    "background": "#0A0A0A",
    "textPrimary": "#0A0A0A",
    "link": "#FFFFFF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Bricolage Grotesque"
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "33554400px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#2F2F2F",
      "textColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px"
    }
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals looking for innovative solutions"
  }
}
```
