Attune Brand: Colors, Fonts, Logo & Visual Identity

Attune Brand Identity

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

Color Palette

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

Typography

Each font links to its Google Fonts page where available.

Visual Assets

UI Components

Live previews rendered using Attune's actual button styles.

Brand Personality

Attune Brand in the Wild

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

Frequently Asked Questions

Machine-Readable Profile

JSON Output

{
  "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": ""
  }
}