# Nexus Brand Identity

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

## Color Palette

Brand palette extracted from https://agent.nexus.

- **Primary**: `#9CA3AF`
- **Secondary**: `#FDDAD1`
- **Accent**: `#000000`
- **Background**: `#FFFFFF`
- **Text Primary**: `#000000`
- **Link**: `#FEEDE8`

## Typography

Each font links to its Google Fonts page where available.

- **Primary**: Suisse Intl Regular  
  [Google Fonts →](https://fonts.google.com/specimen/Suisse+Intl+Regular)
- **Heading**: PP Fragment Serif  
  [Google Fonts →](https://fonts.google.com/specimen/PP+Fragment+Serif)

## Visual Assets

Logo

Favicon

Social Card

## UI Components

Live previews rendered using Nexus's actual button styles.

- **Button Primary**  
  background: `#000000`  
  textColor: `#FFFFFF`  
  borderColor: `#000000`  
  borderRadius: `0px`  
  shadow: none

- **Button Secondary**  
  background: `#FFFFFF`  
  textColor: `#000000`  
  borderColor: `#000000`  
  borderRadius: `0px`  
  shadow: none

## Brand Personality

- **Tone**: professional  
- **Energy**: medium  
- **Audience**: enterprise clients seeking AI solutions

## Frequently Asked Questions

- **What is Nexus's primary brand color?**  
  Nexus's primary brand color is `#9CA3AF`. It anchors the visual identity across their website, product UI, and marketing materials.
- **What accent color does Nexus use?**  
  Nexus uses `#000000` as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
- **What font does Nexus use?**  
  Nexus uses Suisse Intl Regular for body text and PP Fragment Serif for headings. Fonts were detected on https://agent.nexus as part of their live design system.
- **Does Nexus use a light or dark theme?**  
  Nexus's primary site uses a light color scheme, with a background of `#FFFFFF`.
- **Where can I find Nexus's logo?**  
  Nexus's logo is available directly on their site (https://agent.nexus). The current logo URL is included above.
- **How was this brand profile generated?**  
  This profile was extracted from https://agent.nexus using the Firecrawl branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Suisse Intl Regular",
      "role": "body"
    },
    {
      "family": "PP Fragment Serif",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#9CA3AF",
    "secondary": "#FDDAD1",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#FEEDE8"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Suisse Intl Regular",
      "heading": "PP Fragment Serif"
    }
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderColor": "#000000",
      "borderRadius": "0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "0px"
    }
  }
}
```
