# Superlinked Brand Identity

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

## Color Palette

Brand palette extracted from [superlinked.com](https://superlinked.com/).
- **Primary:** #F7451D
- **Secondary:** #48485A
- **Accent:** #FF6A4A
- **Background:** #F2F0EC
- **Text Primary:** #1F1F2C
- **Link:** #FF6A4A

## Typography

Each font links to its Google Fonts page where available.
- **Primary:** Inter
- **Heading:** Allianceno 2
  - Allianceno 2 [Google Fonts →](https://fonts.google.com/specimen/Allianceno+2)

## UI Components

Live previews rendered using Superlinked's actual button styles.
- **Input**: 
  - Background: transparent
  - Text Color: #E0E0E0
  - Border Color: #363642
  - Border Radius: 0px
  - Shadow: none
- **Button Primary:** 
  - Background: #1F1F2C
  - Text Color: #FFFFFF
  - Border Radius: 0px
  - Shadow: none
- **Button Secondary:** 
  - Background: #454250
  - Text Color: #FFFFFF
  - Border Color: #454250
  - Border Radius: 0px
  - Shadow: none

## Brand Personality

- **Tone:** modern
- **Energy:** medium
- **Audience:** developers and tech companies

## Superlinked Brand in the Wild

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/65dce6831bf9f730421e291e/68a6366088d12427eff4cabf_Screenshot%202025-08-21%20at%202.25.41%E2%80%AFAM.png)

Source: [superlinked.com](https://superlinked.com)

## Frequently Asked Questions

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

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

**What font does Superlinked use?**  
Superlinked uses Inter for body text and Allianceno 2 for headings. Fonts were detected on [superlinked.com](https://superlinked.com/) as part of their live design system.

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

**Where can I find Superlinked's logo?**  
Superlinked's logo is available directly on their site ([superlinked.com](https://superlinked.com/)). 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 [superlinked.com](https://superlinked.com/) 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 Superlinked.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Allianceno 2",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#F7451D",
    "secondary": "#48485A",
    "accent": "#FF6A4A",
    "background": "#F2F0EC",
    "textPrimary": "#1F1F2C",
    "link": "#FF6A4A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Allianceno 2"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#E0E0E0",
      "borderColor": "#363642",
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#1F1F2C",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#454250",
      "textColor": "#FFFFFF",
      "borderColor": "#454250",
      "borderRadius": "0px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://superlinked.com/diagrams/superlinked-logo-white.svg",
    "favicon": "https://superlinked.com/favicon.png"
  }
}
```
