# Opzi Brand Identity

A complete profile of **Opzi**'s visual system — colors, typography, components, and personality.

## Color Palette

Brand palette extracted from [http://opzi.com](http://opzi.com).

| Color Name | Hex       | RGB            |
|------------|-----------|----------------|
| primary    | #000000   | rgb(0, 0, 0)   |
| accent     | #000000   | rgb(0, 0, 0)   |
| background | #FFFFFF   | rgb(255, 255, 255) |
| textPrimary| #000000   | rgb(0, 0, 0)   |
| link       | #000000   | rgb(0, 0, 0)   |

## Typography

Each font links to its Google Fonts page where available.

| Font Type | Font Name          | Link                                        |
|-----------|--------------------|---------------------------------------------|
| primary   | Times New Roman     | [Google Fonts →](https://fonts.google.com/specimen/Times+New+Roman) |
| heading    | Times New Roman     | [Google Fonts →](https://fonts.google.com/specimen/Times+New+Roman) |

## Visual Assets

### Brand Personality

**Tone:** professional  **Energy:** medium  **Audience:** unknown

### Opzi Brand in the Wild

Source: [shop.tiktok.com](https://shop.tiktok.com/us/pdp/opzi-oxygen-infusion-mask-deep-cleanse-hydrate-skin/1731584163274002724)

Source: [lemon8-app.com](https://www.lemon8-app.com/@opzi.skincare/7549125662640964109?region=us)

## Frequently Asked Questions

**What is Opzi's primary brand color?**  
Opzi's primary brand color is #000000. It anchors the visual identity across their website, product UI, and marketing materials.

**What font does Opzi use?**  
Opzi uses Times New Roman as the primary typeface across body and headings.

**Does Opzi use a light or dark theme?**  
Opzi's primary site uses a light color scheme, with a background of #FFFFFF.

**How was this brand profile generated?**  
This profile was extracted from [http://opzi.com](http://opzi.com) using the Firecrawl branding extraction API.

## Methodology

Brand data on this page was extracted from [http://opzi.com](http://opzi.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Times New Roman",
      "count": 4
    }
  ],
  "colors": {
    "primary": "#000000",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#000000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Times New Roman",
      "heading": "Times New Roman"
    },
    "fontStacks": {
      "body": ["Times New Roman"],
      "heading": ["Times New Roman"],
      "paragraph": ["Times New Roman"]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "32px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0,
    "overall": 0
  }
}
```
