# Stable Sea Brand Identity

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

## Color Palette

Brand palette extracted from https://www.stablesea.com/.  
- **Primary:** #0000EE  
- **Secondary:** #071C42  
- **Accent:** #F5F4F3  
- **Background:** #FFFFFF  
- **Text Primary:** #423914  
- **Link:** #423914

## Typography

Fonts used:
- **Primary:** Poppins  
- **Heading:** Inter Display

## Visual Assets

## UI Components

Live previews rendered using Stable Sea's actual button styles.

**Button Primary**  
- Background: #F5F4F3  
- Text Color: #0000EE  
- Border Radius: 50px  
- Shadow: none

**Button Secondary**  
- Background: #EAEAEA  
- Text Color: #0000EE  
- Border Radius: 50px  
- Shadow: rgba(0, 0, 0, 0.05) 0px 0px 4px 0px inset

## Brand Personality

- **Tone:** modern  
- **Energy:** medium  
- **Audience:** tech-savvy individuals

## Stable Sea Brand in the Wild

-   
Source: [stablesea.com](https://www.stablesea.com/blog/the-future-of-stablecoins-key-takeaways-from-the-stablecon-salon)

-   
Source: [stablesea.com](https://www.stablesea.com/blog)

-   
Source: [stablesea.com](https://www.stablesea.com/blog)

-   
Source: [stablesea.com](https://www.stablesea.com/blog)

-   
Source: [stablesea.com](https://www.stablesea.com/blog)

-   
Source: [stablesea.com](https://www.stablesea.com/blog/stable-sea-secures-3-5-million-funding-to-provide-global-stablecoin-offramping)

## Frequently Asked Questions

1. **What is Stable Sea's primary brand color?**  
   - Stable Sea's primary brand color is #0000EE.
2. **What accent color does Stable Sea use?**  
   - Stable Sea uses #F5F4F3 as an accent color.
3. **What font does Stable Sea use?**  
   - Stable Sea uses Poppins for body text and Inter Display for headings.
4. **Does Stable Sea use a light or dark theme?**  
   - Stable Sea's primary site uses a light color scheme.
5. **Where can I find Stable Sea's logo?**  
   - Stable Sea's logo is available directly on their site.
6. **How was this brand profile generated?**  
   - This profile was extracted using the Firecrawl branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    },
    {
      "family": "Inter Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#071C42",
    "accent": "#F5F4F3",
    "background": "#FFFFFF",
    "textPrimary": "#423914",
    "link": "#423914"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Inter Display"
    },
    "fontStacks": {
      "heading": ["sans-serif"],
      "body": ["sans-serif"],
      "paragraph": ["Poppins", "sans-serif"]
    },
    "fontSizes": {
      "h1": "12px",
      "h2": "100px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F5F4F3",
      "textColor": "#0000EE",
      "borderRadius": "50px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#EAEAEA",
      "textColor": "#0000EE",
      "borderRadius": "50px",
      "shadow": "rgba(0, 0, 0, 0.05) 0px 0px 4px 0px inset"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/o4KsVKi1CDLAmAv94yEVuPwyOA.png?width=631&height=128",
    "favicon": "https://framerusercontent.com/images/3VsIvcwxtzukXK6g6fhYOzWRHE.png",
    "ogImage": "https://framerusercontent.com/images/Z7eNpaGMVcjn2gmGRb3QxFnqnE.png"
  }
}
```
