Nomod Brand: Colors, Fonts, Logo & Visual Identity

Nomod Brand Identity

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

Color Palette

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

Typography

Each font links to its Google Fonts page where available.

Visual Assets

UI Components

Live previews rendered using Nomod's actual button styles.

Brand Personality

Nomod Brand in the Wild

Source: nomod.com

Source: nomod.com

Source: nomod.com

Source: nomod.com

Source: nomod.com

Frequently Asked Questions

Methodology

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

Machine-Readable Profile

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

GET /branding/nomod.json

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Gordita",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#343765",
    "secondary": "#C0D6FF",
    "accent": "#0046FF",
    "background": "#FFFFFF",
    "textPrimary": "#0046FF",
    "link": "#0046FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Gordita"
    },
    "fontStacks": {
      "heading": [
        "Inter"
      ],
      "body": [
        "Gordita"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0046FF",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0046FF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://nomod.com/v2/svgs/nomod-logo-full.svg",
    "favicon": "https://nomod.com/favicon.ico",
    "ogImage": "https://nomod.com/opengraph-image.png",
    "logoHref": "/",
    "logoAlt": "Nomod Logo"
  }
}