# Truffle Security Brand Identity

A complete profile of **Truffle Security**'s visual system — colors, typography, components, and personality.

## Quick Facts

| Field        | Value               |
|--------------|---------------------|
| Primary      | #89553E             |
| Accent       | #89553E             |
| Body Font    | National Park Regular |
| Heading Font  | National Park Bold   |

## Color Palette

- primary: #89553E
- secondary: #0000EE
- accent: #89553E
- background: #F1E9DF
- textPrimary: #89553E
- link: #89553E

## Typography

- primary: National Park Regular — https://fonts.google.com/specimen/National+Park+Regular
- heading: National Park Bold — https://fonts.google.com/specimen/National+Park+Bold

## Visual Assets

- Favicon: 
- Social card (og:image):

## UI Components

- buttonPrimary: background=#89553E, textColor=#0000EE, borderRadius=6px, shadow=none
- buttonSecondary: background=#F1E9DF, textColor=#0000EE, borderRadius=6px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: security professionals and enterprises

## Truffle Security Brand in the Wild

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

- **Careers ◇ Truffle Security Co.**  
  - Image:   
  - Source: [https://trufflesecurity.com/careers](https://trufflesecurity.com/careers)
- **Blog ◇ Truffle Security Co.**  
  - Image:   
  - Source: [https://trufflesecurity.com/blog](https://trufflesecurity.com/blog)
- **Claude Tried to Hack 30 Companies. Nobody Asked It To. ◇ Truffle Security Co.**  
  - Image:   
  - Source: [https://trufflesecurity.com/blog/claude-tried-to-hack-30-companies-nobody-asked-it-to](https://trufflesecurity.com/blog/claude-tried-to-hack-30-companies-nobody-asked-it-to)
- **Anyone can Access Deleted and Private Repository Data on GitHub ◇ Truffle Security Co.**  
  - Image:   
  - Source: [https://trufflesecurity.com/blog/anyone-can-access-deleted-and-private-repo-data-github](https://trufflesecurity.com/blog/anyone-can-access-deleted-and-private-repo-data-github)

## Machine-Readable Profile

```json
{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "National Park Bold",
   "role": "heading"
  },
  {
   "family": "National Park Regular",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#89553E",
  "secondary": "#0000EE",
  "accent": "#89553E",
  "background": "#F1E9DF",
  "textPrimary": "#89553E",
  "link": "#89553E"
 },
 "typography": {
  "fontFamilies": {
   "primary": "National Park Regular",
   "heading": "National Park Bold"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "4px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#89553E",
   "textColor": "#0000EE",
   "borderRadius": "6px",
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#F1E9DF",
   "textColor": "#0000EE",
   "borderRadius": "6px",
   "shadow": "none"
  }
 },
 "images": {
  "favicon": "https://framerusercontent.com/images/Zc4TyjSMxOgNAgz2xiSmBA3veU.png",
  "ogImage": "https://framerusercontent.com/images/c9rqEcTgLk1priOj0eoCUkzAVbY.png"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "security professionals and enterprises"
 },
 "designSystem": {
  "framework": "custom"
 }
}
```
