# Catalyx Space Brand Identity

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

## Color Palette

Brand palette extracted from https://www.catalyx.space/.

- **Primary:** #0000EE
- **Secondary:** #0082F3
- **Accent:** #EAEFF2
- **Background:** #FFFFFF
- **Text Primary:** #000000
- **Link:** #3898EC

## Typography

Each font links to its Google Fonts page where available.

- **Primary:** Geist  
  [Google Fonts →](https://fonts.google.com/specimen/Geist)
- **Heading:** Geist  
  [Google Fonts →](https://fonts.google.com/specimen/Geist)  
  Geist, sans-serif

## Visual Assets

.svg)

## UI Components

Live previews rendered using Catalyx Space's actual button styles.

### Input
- **Background:** transparent
- **Text Color:** #898989
- **Border Color:** null
- **Border Radius:** 0px  
- **Shadow:** none

### Button Primary
- **Background:** #EAEFF2
- **Text Color:** #000000
- **Border Color:** #EAEFF2
- **Border Radius:** 6.4px
- **Shadow:** none

### Button Secondary
- **Background:** transparent
- **Text Color:** #FFFFFF
- **Border Color:** #FFFFFF
- **Border Radius:** 0px
- **Shadow:** none

## Brand Personality

- **Tone:** modern
- **Energy:** medium
- **Audience:** technology enthusiasts

## Frequently Asked Questions

- **What is Catalyx Space's primary brand color?**  
  Catalyx Space's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.
- **What accent color does Catalyx Space use?**  
  Catalyx Space uses #EAEFF2 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
- **What font does Catalyx Space use?**  
  Catalyx Space uses Geist as the primary typeface across body and headings.
- **Does Catalyx Space use a light or dark theme?**  
  Catalyx Space's primary site uses a light color scheme, with a background of #FFFFFF.
- **Where can I find Catalyx Space's logo?**  
  Catalyx Space's logo is available directly on their site (https://www.catalyx.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://www.catalyx.space/ using the Firecrawl branding extraction API.

## Methodology

Brand data on this page was extracted from https://www.catalyx.space/ using the Firecrawl branding extraction API.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "body"
    },
    {
      "family": "Geist Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#0082F3",
    "accent": "#EAEFF2",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist",
      "heading": "Geist"
    },
    "fontStacks": {
      "heading": [
        "Geist",
        "sans-serif"
      ],
      "body": [
        "Geist",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#898989",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#EAEFF2",
      "textColor": "#000000",
      "borderColor": "#EAEFF2",
      "borderRadius": "6.4px",
      "borderRadiusCorners": {
        "topLeft": "6.4px",
        "topRight": "6.4px",
        "bottomRight": "6.4px",
        "bottomLeft": "6.4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/67cf249f3dc5747489bb70a4/67f006471d6f30f6c61d5783_Container%20(5).svg",
    "favicon": "https://cdn.prod.website-files.com/67cf249f3dc5747489bb70a4/67d0ac3b391415355e9636b0_Frame%201000001440.png",
    "ogImage": null
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "technology enthusiasts"
  }
}
```
