Imprezia Brand: Colors, Fonts, Logo & Visual Identity

Imprezia Brand Identity

A complete profile of Imprezia's visual system — colors, typography, components, and personality — extracted from https://imprezia.ai. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from https://imprezia.ai.

Typography

Each font links to its Google Fonts page where available.

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

Favicon

UI Components

Live previews rendered using Imprezia's actual button styles.

Button Primary:

Button Secondary:

Brand Personality

Imprezia Brand in the Wild

Image: imprezia.ai
Source: imprezia.ai

Image: imprezia.ai
Source: imprezia.ai

Image: imprezia.ai
Source: imprezia.ai

Image: framerusercontent.com
Source: start.imprezia.ai

Image: imprezia.ai
Source: imprezia.ai

Image: imprezia.ai
Source: imprezia.ai

Frequently Asked Questions

Methodology

Brand data on this page was extracted from https://imprezia.ai on 2026-07-27 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 Imprezia.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Satoshi",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#111827",
    "secondary": "#9CA3AF",
    "accent": "#F5F5F5",
    "background": "#0E0E0F",
    "textPrimary": "#0E0E0F",
    "link": "#6B7280"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Satoshi",
      "heading": "Satoshi"
    },
    "fontStacks": {
      "heading": [
        "Satoshi",
        "sans-serif"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Satoshi",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "68px",
      "h2": "72px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F5F5F5",
      "textColor": "#000000",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#C7C7C7",
      "textColor": "#374151",
      "borderColor": "#9CA3AF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://www.imprezia.ai/logo/ImpreziaLogo1by1.png",
    "ogImage": null
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "The 'Get Started' button is likely the primary CTA due to its action-oriented text and prominent placement. Although it has a light background, the text suggests a strong call to action, making it the most likely primary button."
    },
    "secondary": {
      "index": 3,
      "text": "Login",
      "reasoning": "The 'Login' button is selected as secondary due to its neutral background color and typical secondary action text. It is in a different color group than the primary button, fulfilling the requirement for differentiation."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "AI developers and businesses"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}