# Nooks Brand Identity

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

## Primary Color

- **Primary:** #E2E6F6

## Accent Color

- **Accent:** #3898EC

## Typography

- **Body Font:** Basel Grotesk
- **Heading Font:** Basel Grotesk

## Color Palette

Brand palette extracted from [Nooks website](https://www.nooks.ai/).

- **Primary:** #E2E6F6 (rgb(226, 230, 246))
- **Secondary:** #CD38FF (rgb(205, 56, 255))
- **Accent:** #3898EC (rgb(56, 152, 236))
- **Background:** #FFFFFF (rgb(255, 255, 255))
- **Text Primary:** #3898EC (rgb(56, 152, 236))
- **Link:** #3898EC (rgb(56, 152, 236))

## Typography

Each font links to its Google Fonts page where available.

- **Primary:** Basel Grotesk ([Google Fonts →](https://fonts.google.com/specimen/Basel+Grotesk))
- **Heading:** Basel Grotesk ([Google Fonts →](https://fonts.google.com/specimen/Basel+Grotesk))
- **Fallback:** Supremellsub, Arial, sans-serif

## Visual Assets

**Logo**  
  
**Favicon**  
.png)  
**Social Card**

## UI Components

Live previews rendered using Nooks's actual button styles.

- **Input:**  
  - Background: transparent  
  - Text Color: #333333  
  - Border Color: #E2E6F6  
  - Border Radius: 12px  
  - Shadow: none

- **Button Primary:**  
  - Background: #3898EC  
  - Text Color: #FFFFFF  
  - Border Radius: 8px  
  - Shadow: none

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

## Brand Personality

- **Tone:** Modern  
- **Energy:** Medium  
- **Audience:** Sales professionals and businesses

## Frequently Asked Questions

1. **What is Nooks's primary brand color?**  
   Nooks's primary brand color is #E2E6F6.

2. **What accent color does Nooks use?**  
   Nooks uses #3898EC as an accent color.

3. **What font does Nooks use?**  
   Nooks uses Basel Grotesk as the primary typeface.

4. **Does Nooks use a light or dark theme?**  
   Nooks's primary site uses a light color scheme.

5. **Where can I find Nooks's logo?**  
   Nooks's logo is available directly on their site ([Nooks](https://www.nooks.ai/)).

6. **How was this brand profile generated?**  
   This profile was extracted 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": "Basel Grotesk", "role": "heading"},
    {"family": "Supremellsub", "role": "unknown"}
  ],
  "colors": {
    "primary": "#E2E6F6",
    "secondary": "#CD38FF",
    "accent": "#3898EC",
    "background": "#FFFFFF",
    "textPrimary": "#3898EC",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Basel Grotesk",
      "heading": "Basel Grotesk"
    },
    "fontStacks": {
      "heading": ["Supremellsub", "Arial", "sans-serif"],
      "body": ["Basel Grotesk", "Arial", "sans-serif"],
      "paragraph": ["Basel Grotesk", "Arial", "sans-serif"]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#333333",
      "borderColor": "#E2E6F6",
      "borderRadius": "12px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#3898EC",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "0px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/697107c16c913fd77cf0aacd/698e180ee65f2a7c3f14efd5_nooks_3d_black_1.webp",
    "favicon": "https://cdn.prod.website-files.com/6822db388c44137c00f8c124/683f1ae4909857b3d04d500a_16x16.png",
    "ogImage": "https://cdn.prod.website-files.com/697107c16c913fd77cf0aacd/69b2e1b1625a9e823d1edf5f_6995c9952aa828323555083c_OG%20Image%20(1).png"
  }
}
```
