# SaveIN Brand Identity

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

## Color Palette

Brand palette extracted from https://www.savein.money/.

- **Primary**: #3E145B (rgb(62, 20, 91))
- **Secondary**: #8327C6 (rgb(131, 39, 198))
- **Accent**: #8327C6 (rgb(131, 39, 198))
- **Background**: #FFFFFF (rgb(255, 255, 255))
- **Text Primary**: #371053 (rgb(55, 16, 83))
- **Link**: #371053 (rgb(55, 16, 83))

## Typography

Each font links to its Google Fonts page where available.

- **Primary**: Instrument Sans
- **Heading**: Instrument Sans
  - [Instrument Sans Google Fonts →](https://fonts.google.com/specimen/Instrument+Sans)

## Visual Assets

## UI Components

Live previews rendered using SaveIN's actual button styles.

- Button Primary: 
  - Background: #FFFFFF
  - Text Color: #8327C6
  - Border Radius: 8px
  - Shadow: none

## Brand Personality

- **Tone**: professional  
- **Energy**: medium  
- **Audience**: individuals seeking healthcare financing options

## SaveIN Brand in the Wild

Source: [partner.savein.money](https://partner.savein.money/assets/delete1-acea30d7.png)

Source: [welup.savein.money](https://welup.savein.money/)

## Frequently Asked Questions

- **What is SaveIN's primary brand color?**  
  SaveIN's primary brand color is #3E145B.
- **What accent color does SaveIN use?**  
  SaveIN uses #8327C6 as an accent color.
- **What font does SaveIN use?**  
  SaveIN uses Instrument Sans as the primary typeface.
- **Does SaveIN use a light or dark theme?**  
  SaveIN's primary site uses a light color scheme.
- **Where can I find SaveIN's logo?**  
  SaveIN's logo is available directly on their site.
- **How was this brand profile generated?**  
  This profile was extracted from https://www.savein.money/ using the Firecrawl branding extraction API.

## Methodology

Brand data on this page was extracted from [https://www.savein.money/](https://www.savein.money/) using the [Firecrawl](https://firecrawl.dev/) branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Instrument Sans",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#3E145B",
    "secondary": "#8327C6",
    "accent": "#8327C6",
    "background": "#FFFFFF",
    "textPrimary": "#371053",
    "link": "#371053"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Instrument Sans",
      "heading": "Instrument Sans"
    },
    "fontStacks": {
      "heading": [
        "__Instrument_Sans_be5b54",
        "__Instrument_Sans_Fallback_be5b54"
      ],
      "body": [
        "__Instrument_Sans_be5b54",
        "__Instrument_Sans_Fallback_be5b54"
      ],
      "paragraph": [
        "__Instrument_Sans_be5b54",
        "__Instrument_Sans_Fallback_be5b54"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#8327C6",
      "borderRadius": "8px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.savein.money/_next/static/media/saveinWhiteLogo2.4a6cb992.webp",
    "favicon": "https://www.savein.money/favicon.ico",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "individuals seeking healthcare financing options"
  }
}
```
