# Attune Brand Identity

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

## Color Palette

Brand palette extracted from https://attunehq.com.

- **Primary:** #0D6146
  - rgb(13, 97, 70)
- **Secondary:** #0A2C23
  - rgb(10, 44, 35)
- **Accent:** #FAFAFA
  - rgb(250, 250, 250)
- **Background:** #09090B
  - rgb(9, 9, 11)
- **Text Primary:** #09090B
  - rgb(9, 9, 11)
- **Link:** #086070
  - rgb(8, 96, 112)

## Typography

Each font links to its Google Fonts page where available.

- **Primary:** JetBrains Mono  
  [Google Fonts →](https://fonts.google.com/specimen/JetBrains+Mono)
- **Heading:** JetBrains Mono  
  [Google Fonts →](https://fonts.google.com/specimen/JetBrains+Mono)

## Visual Assets

## UI Components

Live previews rendered using Attune's actual button styles.

- **Button Primary**  
  - Background: #FAFAFA  
  - Text Color: #000000  
  - Border Radius: 9999px  
  - Shadow: none

- **Button Secondary**  
  - Background: #09090B  
  - Text Color: #FFFFFF  
  - Border Color: #3F3F46  
  - Border Radius: 9999px  
  - Shadow: none

## Brand Personality

- **Tone:** modern  
- **Energy:** medium  
- **Audience:** developers and tech professionals

## Attune Brand in the Wild

%20(1600%20%C3%97%20400%20px)%20(1600%20%C3%97%20500%20px).png)

## Frequently Asked Questions

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

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

- **What font does Attune use?**  
  Attune uses JetBrains Mono as the primary typeface across body and headings.

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

- **How was this brand profile generated?**  
  This profile was extracted from https://attunehq.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 Attune.

## Machine-Readable Profile

### JSON Output

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#0D6146",
    "secondary": "#0A2C23",
    "accent": "#FAFAFA",
    "background": "#09090B",
    "textPrimary": "#09090B",
    "link": "#086070"
  },
  "typography": {
    "fontFamilies": {
      "primary": "JetBrains Mono",
      "heading": "JetBrains Mono"
    },
    "fontStacks": {
      "heading": [
        "JetBrains Mono",
        "monospace"
      ],
      "body": [
        "JetBrains Mono",
        "monospace"
      ],
      "paragraph": [
        "JetBrains Mono",
        "monospace"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "30px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FAFAFA",
      "textColor": "#000000",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#09090B",
      "textColor": "#FFFFFF",
      "borderColor": "#3F3F46",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://www.attunehq.com/favicon/apple-touch-icon.png",
    "ogImage": null
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  }
}
```
