# Braintrust Brand Identity

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

## Color Palette

Brand palette extracted from https://www.braintrust.dev/.  
primary  
`#2C1FEA`  
secondary  
`#094135`  
accent  
`#2C1FEA`  
background  
`#FFFFFF`  
textPrimary  
`#000000`  
link  
`#F5AFD1`

## Typography

Each font links to its Google Fonts page where available.

primary  
btSans  
heading  
Inter  
btSans

## Visual Assets

%20!important%3B%22%2F%3E%3C%2Fsvg%3E)

## UI Components

Live previews rendered using Braintrust's actual button styles.

### Input

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

### Button Primary

```json
{
  "background": "#2C1FEA",
  "textColor": "#FFFFFF",
  "borderRadius": "24px",
  "shadow": "none"
}
```

### Button Secondary

```json
{
  "background": "#F0F1F3",
  "textColor": "#1E2939",
  "borderRadius": "16px",
  "shadow": "none"
}
```

## Brand Personality

**Tone:** modern  
**Energy:** high  
**Audience:** AI developers and tech companies

## Frequently Asked Questions

**What is Braintrust's primary brand color?**  
Braintrust's primary brand color is #2C1FEA. It anchors the visual identity across their website, product UI, and marketing materials.

**What font does Braintrust use?**  
Braintrust uses btSans for body text and Inter for headings. Fonts were detected on https://www.braintrust.dev/ as part of their live design system.

**Does Braintrust use a light or dark theme?**  
Braintrust's primary site uses a light color scheme, with a background of #FFFFFF.

**Where can I find Braintrust's logo?**  
Braintrust's logo is available directly on their site (https://www.braintrust.dev/). The current logo URL is included in the machine-readable JSON profile linked above.

**How was this brand profile generated?**  
This profile was extracted from https://www.braintrust.dev/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles.
