# Composite Brand Identity

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

## Color Palette

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

| Color       | Hex Code | RGB                   |
|-------------|----------|-----------------------|
| Primary     | #F55524  | rgb(245, 85, 36)     |
| Secondary   | #9CA3AF  | rgb(156, 163, 175)   |
| Accent      | #F55524  | rgb(245, 85, 36)     |
| Background  | #F9F8F6  | rgb(249, 248, 246)   |
| Text Primary| #121212  | rgb(18, 18, 18)      |
| Link        | #F9E8E1  | rgb(249, 232, 225)   |

## Typography

Each font links to its Google Fonts page where available.

- **Primary**: Inter  
  [Inter [Google Fonts →](https://fonts.google.com/specimen/Inter)]
- **Heading**: Roobert  
  [Roobert [Google Fonts →](https://fonts.google.com/specimen/Roobert)]

**Font Stack for Headings:**  
Roobert, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif

```  
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
...
```

## Visual Assets

Logo

Social Card

## UI Components

Live previews rendered using Composite's actual button styles.

### Button Primary
- **Background:** #F55524
- **Text Color:** #FDFDFC
- **Border Radius:** 6px
- **Shadow:** rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px

### Button Secondary
- **Background:** #121212
- **Text Color:** #F9F8F6
- **Border Color:** #F9F8F6
- **Border Radius:** 6px
- **Shadow:** rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

## Brand Personality
- **Tone:** modern
- **Energy:** high
- **Audience:** tech-savvy professionals

## Composite Brand in the Wild

### Brand Assets

Image source: [composite.com](https://composite.com/about)

Image source: [composite.com](https://composite.com/about)

## Frequently Asked Questions

- **What is Composite's primary brand color?**  
  Composite's primary brand color is #F55524.
- **What font does Composite use?**  
  Composite uses Inter for body text and Roobert for headings.
- **Does Composite use a light or dark theme?**  
  Composite's primary site uses a light color scheme, with a background of #F9F8F6.
- **Where can I find Composite's logo?**  
  Composite's logo is available directly on their site.
- **How was this brand profile generated?**  
  This profile was extracted from https://composite.com/ using the Firecrawl branding extraction API.

## Methodology

Brand data on this page was extracted from https://composite.com/ on 2026-07-27 using the Firecrawl branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    { "family": "Roobert", "role": "heading" },
    { "family": "Inter", "role": "body" }
  ],
  "colors": {
    "primary": "#F55524",
    "secondary": "#9CA3AF",
    "accent": "#F55524",
    "background": "#F9F8F6",
    "textPrimary": "#121212",
    "link": "#F9E8E1"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Roobert"
    },
    "fontStacks": {
      "heading": [ "Roobert", "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "sans-serif" ],
      "body": [ "Roobert", "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "sans-serif" ],
      "paragraph": [ "Roobert", "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "sans-serif" ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F55524",
      "textColor": "#FDFDFC",
      "borderRadius": "6px",
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px"
    },
    "buttonSecondary": {
      "background": "#121212",
      "textColor": "#F9F8F6",
      "borderColor": "#F9F8F6",
      "borderRadius": "6px",
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "https://imagedelivery.net/ihXHxFMfVWH7HR2jdEkB_A/3498dde1-bcfb-4a5f-08f9-c930bb140a00/optimal",
    "ogImage": "https://imagedelivery.net/ihXHxFMfVWH7HR2jdEkB_A/ccf11015-2c16-4ce5-8f33-ba4abad1aa00/optimal"
  }
}
```
