Home · Branding · Omnara

Omnara Brand Identity

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

Download JSON
Primary
#300E0E
Accent
#481414
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://omnara.com.

primary
#300E0E
rgb(48, 14, 14)
secondary
#312002
rgb(49, 32, 2)
accent
#481414
rgb(72, 20, 20)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#481414
rgb(72, 20, 20)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-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

Omnara logo
Logo
Omnara favicon
Favicon
Omnara social image
Social Card

UI Components

Live previews rendered using Omnara's actual button styles.

buttonPrimary
background #000000 textColor #B3B3B3 borderColor #1F1F1F borderRadius 10px shadow none
buttonSecondary
background #0F0F0F textColor #171717 borderRadius 16px shadow none

Brand Personality

Tone: modern Energy: medium Audience: developers and tech-savvy users

Omnara Brand in the Wild

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

Frequently Asked Questions

What is Omnara's primary brand color?

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

What accent color does Omnara use?

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

What font does Omnara use?

Omnara uses Inter as the primary typeface across body and headings.

Does Omnara use a light or dark theme?

Omnara's primary site uses a light color scheme, with a background of #000000.

Where can I find Omnara's logo?

Omnara's logo is available directly on their site (https://omnara.com). 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://omnara.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 Omnara.

Methodology

Brand data on this page was extracted from https://omnara.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 Omnara.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#300E0E",
    "secondary": "#312002",
    "accent": "#481414",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#481414"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "48px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#B3B3B3",
      "borderColor": "#1F1F1F",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0F0F0F",
      "textColor": "#171717",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.omnara.com/assets/omnara_logo.svg",
    "favicon": "https://www.omnara.com/favicon.ico",
    "ogImage": "https://www.omnara.com/og-image.jpg",
    "logoHref": "/",
    "logoAlt": "Omnara"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 6,
    "reasoning": "Selected #6 because it is visible, located in the header, links to the homepage, and matches the brand name 'Omnara'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 10,
      "text": "Download for Mac",
      "reasoning": "Button #0 ('Download for Mac') is the primary CTA because it is action-oriented and encourages users to download the product, which is a typical primary action for software sites."
    },
    "secondary": {
      "index": 8,
      "text": "OpenApp Store",
      "reasoning": "Button #9 ('OpenApp Store') is chosen as secondary because it has a different background color (#0F0F0F) and offers an alternative action related to accessing the app store."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech-savvy users"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 6,
        "selectedLogoReasoning": "Selected #6 because it is visible, located in the header, links to the homepage, and matches the brand name 'Omnara'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles