Humoniq Brand: Colors, Fonts, Logo & Visual Identity

Humoniq Brand Identity

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

Color Palette

Brand palette extracted from https://humoniq.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.

Visual Assets

Logo

Favicon

UI Components

Live previews rendered using Humoniq's actual button styles.

Brand Personality

Humoniq Brand in the Wild

Source: humoniq.ai

Source: humoniq.ai

Source: humoniq.ai

Source: humoniq.ai

Source: humoniq.ai

Frequently Asked Questions

Methodology

Brand data on this page was extracted from https://humoniq.ai using the Firecrawl branding extraction API.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Test Martina Plantijn Medium",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#1A1A36",
    "secondary": "#737384",
    "accent": "#33334D",
    "background": "#000020",
    "textPrimary": "#000020",
    "link": "#000020"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Test Martina Plantijn Medium"
    },
    "fontStacks": {
      "heading": [
        "Test Martina Plantijn Medium",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "24px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#33334D",
      "textColor": "#000000",
      "borderRadius": "50px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000020",
      "textColor": "#0000EE",
      "borderRadius": "20px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/H41aKYQauqiDdoCLJXy3OtIU0I.png?scale-down-to=2048&width=3121&height=890",
    "favicon": "https://framerusercontent.com/images/mHYM4nbGf4t79n7FA9CsSqzxavk.svg"
  }
}