# Basalt Brand Identity

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

## Color Palette

Brand palette extracted from https://basalt.space/.  
**primary**  
#C1D5D9  
**accent**  
#0000EE  
**background**  
#FFFFFF  
**textPrimary**  
#0000EE  
**link**  
#0000EE

## Typography

Each font links to its Google Fonts page where available.  
**primary**  
Inter  
[Inter Google Fonts →](https://fonts.google.com/specimen/Inter)  
**heading**  
TT Hoves Pro Medium  
[TT Hoves Pro Medium Google Fonts →](https://fonts.google.com/specimen/TT+Hoves+Pro+Medium)

## Visual Assets

**Logo**

**Favicon**

**Social Card**

## UI Components

Live previews rendered using Basalt's actual button styles.  
**Button Primary**  
buttonPrimary  
background: #BFBFBF  
textColor: #0000EE  
borderRadius: 6px  
shadow: none

## Brand Personality

**Tone:** modern  
**Energy:** medium  
**Audience:** technology and space industry professionals

## Basalt Brand in the Wild

**Source:** [basalt.space](https://basalt.space/caas)

**Source:** [basalt.space](https://basalt.space/techdemo)

**Source:** [basalt.space](https://basalt.space/)

## Frequently Asked Questions

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

**What accent color does Basalt use?**  
Basalt uses #0000EE as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

**What font does Basalt use?**  
Basalt uses Inter for body text and TT Hoves Pro Medium for headings. Fonts were detected on https://basalt.space/ as part of their live design system.

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

**Where can I find Basalt's logo?**  
Basalt's logo is available directly on their site (https://basalt.space/). 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://basalt.space/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Basalt.

## Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "TT Hoves Pro Medium",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#C1D5D9",
    "accent": "#0000EE",
    "background": "#FFFFFF",
    "textPrimary": "#0000EE",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "TT Hoves Pro Medium"
    },
    "fontStacks": {
      "heading": [
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "TT_Hoves_Pro_Medium Unspecified",
        "TT_Hoves_Pro_Medium Unspecified Placeholder",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "12px",
      "h2": "12px",
      "body": "50px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#BFBFBF",
      "textColor": "#0000EE",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/NjH8kQB3ZMm69qZo7DKwh6BdBYQ.png?width=1000&height=219",
    "favicon": "https://framerusercontent.com/images/uwVgDEMD38u8n71KxKo1NHtUM.png",
    "ogImage": "https://framerusercontent.com/assets/WNUriegCxRkdmtrtNQoVTlqJTY.png",
    "logoHref": "./"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "technology and space industry professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}
```
