Home · Branding · Zaz OS

Zaz OS Brand Identity

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

Download JSON
Primary
#F2800D
Accent
#F2800D
Body Font
ui-sans-serif
Heading
ui-sans-serif

Color Palette

Brand palette extracted from https://www.zazos.com/.

primary
#F2800D
rgb(242, 128, 13)
secondary
#18263D
rgb(24, 38, 61)
accent
#F2800D
rgb(242, 128, 13)
background
#0F0F0F
rgb(15, 15, 15)
textPrimary
#DEDEDE
rgb(222, 222, 222)
link
#131B26
rgb(19, 27, 38)

Typography

Each font links to its Google Fonts page where available.

primary
ui-sans-serif
ui-sans-serif Google Fonts →
heading
ui-sans-serif
ui-sans-serif Google Fonts →
ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

Zaz OS favicon
Favicon
Zaz OS social image
Social Card

UI Components

Live previews rendered using Zaz OS's actual button styles.

input
background transparent textColor #DEDEDE borderColor null borderRadius 0px shadow none
buttonPrimary
background #0F0F0F textColor #DEDEDE borderColor #1C1C1C borderRadius 10px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonSecondary
background transparent textColor #8C8C8C borderColor #292929 borderRadius 9999px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals and teams looking to scale with AI

Zaz OS Brand in the Wild

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

Frequently Asked Questions

What is Zaz OS's primary brand color?

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

What font does Zaz OS use?

Zaz OS uses ui-sans-serif as the primary typeface across body and headings.

Does Zaz OS use a light or dark theme?

Zaz OS's primary site uses a dark color scheme, with a background of #0F0F0F.

How was this brand profile generated?

This profile was extracted from https://www.zazos.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 Zaz OS.

Methodology

Brand data on this page was extracted from https://www.zazos.com/ 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 Zaz OS.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "ui-sans-serif",
      "count": 68
    },
    {
      "family": "system-ui",
      "count": 68
    },
    {
      "family": "sans-serif",
      "count": 68
    },
    {
      "family": "Apple Color Emoji",
      "count": 68
    },
    {
      "family": "Segoe UI Emoji",
      "count": 68
    },
    {
      "family": "Segoe UI Symbol",
      "count": 68
    },
    {
      "family": "Noto Color Emoji",
      "count": 68
    }
  ],
  "colors": {
    "primary": "#F2800D",
    "secondary": "#18263D",
    "accent": "#F2800D",
    "background": "#0F0F0F",
    "textPrimary": "#DEDEDE",
    "link": "#131B26"
  },
  "typography": {
    "fontFamilies": {
      "primary": "ui-sans-serif",
      "heading": "ui-sans-serif"
    },
    "fontStacks": {
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "24px",
      "h2": "20px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#DEDEDE",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0F0F0F",
      "textColor": "#DEDEDE",
      "borderColor": "#1C1C1C",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#8C8C8C",
      "borderColor": "#292929",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://www.zazos.com/favicon.ico",
    "ogImage": "https://www.zazos.com/og-image.png"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Sign up",
      "reasoning": "The 'Sign up' button is the primary CTA due to its action-oriented text and distinct dark background, making it stand out as the main call-to-action for user engagement."
    },
    "secondary": {
      "index": 2,
      "text": "What's the difference vs other vibe coders?",
      "reasoning": "The 'What's the difference vs other vibe coders?' button is selected as secondary due to its transparent background and less prominent, informational nature, differentiating it from the primary button's color group."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals and teams looking to scale with AI"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles