Home · Branding · Attune

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.

Download JSON
Primary
#0D6146
Accent
#FAFAFA
Body Font
JetBrains Mono
Heading
JetBrains Mono

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)
textPrimary
#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
JetBrains Mono Google Fonts →
heading
JetBrains Mono
JetBrains Mono Google Fonts →
JetBrains Mono, monospace
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Attune favicon
Favicon

UI Components

Live previews rendered using Attune's actual button styles.

buttonPrimary
background #FAFAFA textColor #000000 borderRadius 9999px shadow none
buttonSecondary
background #09090B textColor #FFFFFF borderColor #3F3F46 borderRadius 9999px shadow none

Brand Personality

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

Attune Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

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.

Methodology

Brand data on this page was extracted from https://attunehq.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Attune.

Machine-Readable Profile

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

{
  "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
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "The candidate logo is too small and resembles a UI icon rather than a brand logo. No suitable brand logo was found that matches the favicon or brand name 'Attune'.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Request a demo",
      "reasoning": "The button 'Request a demo' is likely the primary CTA due to its action-oriented text and distinct light background color, making it stand out as a key action on the page."
    },
    "secondary": {
      "index": 0,
      "text": "Join the Community",
      "reasoning": "The button 'Join the Community' serves as a secondary action with a different dark background color, complementing the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "The candidate logo is too small and resembles a UI icon rather than a brand logo. No suitable brand logo was found that matches the favicon or brand name 'Attune'.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles