# Trébol Brand Identity

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

## Color Palette

Brand palette extracted from https://gotrebol.com/.  
**Primary**: #FFFFE6  
**Accent**: #81FF7E

## Typography

Each font links to its Google Fonts page where available.  
**Body Font**: Open Sans  
**Heading**: Lexend

## Visual Assets

.png)

## UI Components

Live previews rendered using Trébol's actual button styles.  
### Button Primary
**Button Primary**:  
- Background: #81FF7E  
- Text Color: #1A1A1A  
- Border Radius: 0px  
- Shadow: none

### Button Secondary
**Button Secondary**:  
- Background: #1A1A1A  
- Text Color: #FFFFFF  
- Border Radius: 16px  
- Shadow: none

## Brand Personality
**Tone**: modern  
**Energy**: medium  
**Audience**: business professionals seeking automation solutions

## Frequently Asked Questions

**What is Trébol's primary brand color?**  
Trébol's primary brand color is #FFFFE6. It anchors the visual identity across their website, product UI, and marketing materials.

**What accent color does Trébol use?**  
Trébol uses #81FF7E as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

**What font does Trébol use?**  
Trébol uses Open Sans for body text and Lexend for headings.

**Does Trébol use a light or dark theme?**  
Trébol's primary site uses a dark color scheme, with a background of #001B0D.

## Methodology

Brand data on this page was extracted from [https://gotrebol.com/](https://gotrebol.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.

## Machine-Readable Profile

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Lexend",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FFFFE6",
    "secondary": "#81FF7E",
    "accent": "#81FF7E",
    "background": "#001B0D",
    "textPrimary": "#001B0D",
    "link": "#001B0D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Lexend"
    },
    "fontStacks": {
      "heading": [
        "Lexend",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "37.92px",
      "body": "14.08px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#81FF7E",
      "textColor": "#1A1A1A",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#1A1A1A",
      "textColor": "#FFFFFF",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/688cc62acf1029ebaaf58370/69793de01f1590cadef25bcb_46713d40a8fcf999c35f9b39a939ab8a_trebol_logo.png",
    "favicon": "https://cdn.prod.website-files.com/688cc62acf1029ebaaf58370/68cbecbeb5c662e8c3c185b5_Group%20162%20(2).png",
    "ogImage": null,
    "logoHref": "/"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals seeking automation solutions"
  }
}
```
