Home · Branding · Mailwarm

Mailwarm Brand Identity

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

Download JSON
Primary
#121B38
Accent
#F6F6FF
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://www.mailwarm.com.

primary
#121B38
rgb(18, 27, 56)
secondary
#414960
rgb(65, 73, 96)
accent
#F6F6FF
rgb(246, 246, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#020618
rgb(2, 6, 24)
link
#020618
rgb(2, 6, 24)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, 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

Mailwarm logo
Logo
Mailwarm favicon
Favicon
Mailwarm social image
Social Card

UI Components

Live previews rendered using Mailwarm's actual button styles.

input
background #FAF9FF textColor #121B38 borderColor #F4F4FE borderRadius 9.92px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonPrimary
background #F6F6FF textColor #F8FAFC borderColor #4F39F6 borderRadius 7.92px shadow oklab(0.673 0.0219752 -0.180668) 0px 1px 1px 0px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonSecondary
background #FFFFFF textColor #F8FAFC borderColor #4F39F6 borderRadius 7.92px shadow oklab(0.673 0.0219752 -0.180668) 0px 1px 1px 0px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Mailwarm Brand in the Wild

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

Frequently Asked Questions

What is Mailwarm's primary brand color?

Mailwarm's primary brand color is #121B38. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Mailwarm use?

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

What font does Mailwarm use?

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

Does Mailwarm use a light or dark theme?

Mailwarm's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Mailwarm's logo?

Mailwarm's logo is available directly on their site (https://www.mailwarm.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://www.mailwarm.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 Mailwarm.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Figtree",
      "role": "unknown"
    },
    {
      "family": "Crisp Noto Sans Regular",
      "role": "unknown"
    },
    {
      "family": "Helvetica Neue",
      "role": "unknown"
    },
    {
      "family": "Helvetica",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#121B38",
    "secondary": "#414960",
    "accent": "#F6F6FF",
    "background": "#FFFFFF",
    "textPrimary": "#020618",
    "link": "#020618"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Figtree",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "14px",
      "h2": "36px",
      "body": "60px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#FAF9FF",
      "textColor": "#121B38",
      "borderColor": "#F4F4FE",
      "borderRadius": "9.92px",
      "borderRadiusCorners": {
        "topLeft": "9.92px",
        "topRight": "9.92px",
        "bottomRight": "9.92px",
        "bottomLeft": "9.92px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonPrimary": {
      "background": "#F6F6FF",
      "textColor": "#F8FAFC",
      "borderColor": "#4F39F6",
      "borderRadius": "7.92px",
      "borderRadiusCorners": {
        "topLeft": "7.92px",
        "topRight": "7.92px",
        "bottomRight": "7.92px",
        "bottomLeft": "7.92px"
      },
      "shadow": "oklab(0.673 0.0219752 -0.180668) 0px 1px 1px 0px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#F8FAFC",
      "borderColor": "#4F39F6",
      "borderRadius": "7.92px",
      "borderRadiusCorners": {
        "topLeft": "7.92px",
        "topRight": "7.92px",
        "bottomRight": "7.92px",
        "bottomLeft": "7.92px"
      },
      "shadow": "oklab(0.673 0.0219752 -0.180668) 0px 1px 1px 0px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "https://www.mailwarm.com/logo.svg",
    "favicon": "https://www.mailwarm.com/favicon.ico",
    "ogImage": "https://www.mailwarm.com/og-img.png",
    "logoHref": "/",
    "logoAlt": "Mailwarm"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it matches the brand name 'Mailwarm', is visible, and links to the homepage.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start Email Warmup",
      "reasoning": "Button #2 'Start Email Warmup' has a vibrant blue background (#F6F6FF) and action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Get Started",
      "reasoning": "Button #0 'Get Started' has a white background (#FFFFFF) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it matches the brand name 'Mailwarm', is visible, and links to the homepage.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles