forage mail.json

Forage Mail Brand Identity

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

Quick Facts

Field Value
Primary #DEE9FA
Accent #F7CAB3
Body Font PP Neue Montreal Regular
Heading Font PP Right Serif Medium

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

Forage Mail Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Follow 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 and copy out the matching @font-face declarations. Rewrite each src: url(...) to point to your local file path.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "PP Neue Montreal Regular",
      "role": "body"
    },
    {
      "family": "PP Right Serif Medium",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#DEE9FA",
    "accent": "#F7CAB3",
    "background": "#FAFAFA",
    "textPrimary": "#000000",
    "link": "#F7CAB3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "PP Neue Montreal Regular",
      "heading": "PP Right Serif Medium"
    },
    "fontStacks": {
      "heading": [
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "PP Neue Montreal Regular",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "12px",
      "h2": "12px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#DEE9FA",
      "textColor": "#0000EE",
      "borderRadius": "14px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/QMkw073SywKANyGDKHnMk812fg.png?width=2439&height=436",
    "favicon": "https://framerusercontent.com/images/1A4cG9cBAsczp0pslUsNzvjSM5Y.png",
    "ogImage": "https://framerusercontent.com/images/CSO1F4johtLSb5oyhmkjmCZEJhg.png"
  }
}