Home · Branding · Notte

Notte Brand Identity

A complete profile of Notte's visual system — colors, typography, components, and personality — extracted from https://www.notte.cc/. Built for designers, agents, and AI tools.

Download JSON
Primary
#000080
Accent
#17FF8E
Body Font
Inter
Heading
Playfair Display

Color Palette

Brand palette extracted from https://www.notte.cc/.

primary
#000080
rgb(0, 0, 128)
secondary
#05331C
rgb(5, 51, 28)
accent
#17FF8E
rgb(23, 255, 142)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#17FF8E
rgb(23, 255, 142)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Playfair Display
Playfair Display Google Fonts →
Playfair Display, serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Notte logo
Logo
Notte favicon
Favicon
Notte social image
Social Card

UI Components

Live previews rendered using Notte's actual button styles.

input
background #FFFFFF textColor #09090B borderColor #D6D3D1 borderRadius 0px shadow none
buttonPrimary
background #17FF8E textColor #000000 borderRadius 0px shadow none
buttonSecondary
background #FFFFFF textColor #000080 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy professionals

Notte Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Notte's primary brand color?

Notte's primary brand color is #000080. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Notte use?

Notte uses #17FF8E as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Notte use?

Notte uses Inter for body text and Playfair Display for headings. Fonts were detected on https://www.notte.cc/ as part of their live design system.

Does Notte use a light or dark theme?

Notte's primary site uses a dark color scheme, with a background of #000000.

Where can I find Notte's logo?

Notte's logo is available directly on their site (https://www.notte.cc/). 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.notte.cc/ 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 Notte.

Methodology

Brand data on this page was extracted from https://www.notte.cc/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Notte.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Playfair Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#000080",
    "secondary": "#05331C",
    "accent": "#17FF8E",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#17FF8E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Playfair Display"
    },
    "fontStacks": {
      "heading": [
        "Playfair Display",
        "serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "96px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#09090B",
      "borderColor": "#D6D3D1",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#17FF8E",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000080",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201355.92%20333%22%20fill%3D%22currentColor%22%20class%3D%22h-%5B1.5rem%5D%20md%3Ah-%5B1.625rem%5D%20w-auto%20text-black%20dark%3Atext-white%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M102%2C151L14.92%2C100.36c-.19-1.77.54-3.21%2C1.18-4.77%2C1.04-2.52%2C12.71-22.52%2C13.91-23.15.74-.39%2C1.43-.56%2C2.24-.3l85.74%2C48.85-48.97-86.61.1-2.26c5.18-.86%2C24.13-15.8%2C27.18-15%2C1.69.44%2C4.88%2C6.17%2C6.11%2C7.97%2C24.65%2C35.97%2C45.93%2C74.46%2C70.56%2C110.44%2C7.18%2C10.48%2C13.6%2C19.57%2C25.1%2C25.9l118.48%2C74.58c.89%2C1.04.02%2C1.78-.33%2C2.7-2.75%2C7.19-12.71%2C17.04-15.38%2C25.17l-1.27.16-88.57-50.03%2C50.03%2C88.57-1.25%2C1.75-26.15%2C14.53-52.63-88.85v103h-33v-101l-51.6%2C86.92-26.41-14.4-1.02-2.95%2C49.54-87.55-87.03%2C49.97c-.86.05-1.41-.43-2.04-.9-1.08-.82-12.63-20.96-13.65-23.36-.56-1.31-1.36-3.26-.61-4.55l87.82-51.18H0v-33h102Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M1354.76%2C184.27h-149c.75%2C19.62%2C9.58%2C38.33%2C25.08%2C50.42%2C26.13%2C20.37%2C82.29%2C12.12%2C94.96-21.4l24.95%2C9c-5.54%2C17.38-23.15%2C34.19-39.64%2C41.85-75.83%2C35.19-145.01-26.26-136.34-105.34%2C12.32-112.41%2C174.78-108.59%2C181.03-2.06.54%2C9.25-.99%2C18.35-1.04%2C27.54ZM1323.76%2C159.27c2.06-54.74-69.35-75.79-102.97-35.47-8.09%2C9.7-14.04%2C22.71-14.03%2C35.47h117Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M764.56%2C75.57c76.65-5.89%2C120.98%2C62.19%2C99.92%2C132.92-25.73%2C86.44-158.86%2C86.66-182.64-.8-17.04-62.69%2C13.93-126.84%2C82.72-132.12ZM762.54%2C103.55c-73.02%2C8.76-72.06%2C135.95%2C1.68%2C141.76%2C51.53%2C4.06%2C77.35-32.96%2C73.41-81.41-3.3-40.6-34.69-65.2-75.09-60.35Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M633.76%2C270.27h-29v-119.5c0-24.61-20.03-46.82-44.46-48.54-42.81-3.01-56.71%2C27.15-58.58%2C64.5-1.7%2C33.99%2C1.36%2C69.41.04%2C103.54h-28V78.27h26l2.01%2C25.99%2C9.98-11.5c52.19-38.45%2C117.4-11.76%2C122%2C55.02v122.49Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M957.76%2C24.27v54h51v27h-51v113.5c0%2C.86%2C3.42%2C10.63%2C4.14%2C11.86%2C3.62%2C6.12%2C16.39%2C13.64%2C23.36%2C13.64h23.5v23.5c0%2C1.52-11.44%2C3.32-13.52%2C3.48-26.48%2C2.13-52.28-7.72-62.25-33.72-1.01-2.65-4.24-12.63-4.24-14.76v-117.5h-29v-27h29V24.27h29Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M1092.76%2C24.27v54h51v27h-51v113.5c0%2C.86%2C3.42%2C10.63%2C4.14%2C11.86%2C3.62%2C6.12%2C16.39%2C13.64%2C23.36%2C13.64h23.5v23.5c0%2C1.52-11.44%2C3.32-13.52%2C3.48-26.48%2C2.13-52.28-7.72-62.25-33.72-1.01-2.65-4.24-12.63-4.24-14.76v-117.5h-29v-27h29V24.27h29Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M232%2C0c-.96%2C19.84-.79%2C39.61-.96%2C59.54-.04%2C4.21-1.33%2C7.98-1.02%2C12.95%2C1%2C16.26%2C12.81%2C30.81%2C29.49%2C32.5%2C19.73%2C2%2C41.25-.57%2C60.95-1.03%2C8.5-.2%2C17.05.23%2C25.54.04v34c-25.16-.15-50.36.23-75.54-.05-20.95-.23-35-1.55-51.47-16.44-34.31-31-17.81-75.49-21.03-116.06l1.05-5.45h33Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.notte.cc/favicons/favicon-16x16.png",
    "ogImage": "https://www.notte.cc/images/og-image.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo for Notte.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Sign up free",
      "reasoning": "Button #1 has a vibrant green background (#17FF8E), which is a strong indicator of a primary call-to-action. The text 'Sign up free' is action-oriented, making it the most likely primary CTA."
    },
    "secondary": {
      "index": 8,
      "text": "Try Anything API",
      "reasoning": "Button #4 has a white background (#FFFFFF) with blue text, which contrasts with the primary button's green background. The text 'Try Anything API' suggests a secondary action, making it a suitable secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo for Notte.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles