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.
- primary: #343765 (rgb(52, 55, 101))
- secondary: #C0D6FF (rgb(192, 214, 255))
- accent: #0046FF (rgb(0, 70, 255))
- background: #FFFFFF (rgb(255, 255, 255))
- textPrimary: #0046FF (rgb(0, 70, 255))
- link: #0046FF (rgb(0, 70, 255))
Typography
Each font links to its Google Fonts page where available.
- primary: Inter (Google Fonts →)
- heading: Gordita (Google Fonts →)
Visual Assets
UI Components
Live previews rendered using Nomod's actual button styles.
Button Primary
- background: #0046FF
- textColor: #FFFFFF
- borderColor: #FFFFFF
- borderRadius: 9999px
- shadow: none
Button Secondary
- background: #FFFFFF
- textColor: #0046FF
- borderRadius: 9999px
- shadow: none
Brand Personality
- Tone: modern
- Energy: medium
- Audience: businesses looking for payment solutions
Nomod Brand in the Wild
Source: nomod.com
Source: nomod.com
Source: nomod.com
Source: nomod.com
Source: nomod.com
Frequently Asked Questions
- What is Nomod's primary brand color? Nomod's primary brand color is #343765.
- What accent color does Nomod use? Nomod uses #0046FF as an accent color.
- What font does Nomod use? Nomod uses Inter for body text and Gordita for headings.
- Does Nomod use a light or dark theme? Nomod's primary site uses a light color scheme.
- Where can I find Nomod's logo? Nomod's logo is available on their site.
- How was this brand profile generated? This profile was extracted from https://nomod.com using the Firecrawl branding extraction API.
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"
}
}