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
- primary: #DEE9FA
- accent: #F7CAB3
- background: #FAFAFA
- textPrimary: #000000
- link: #F7CAB3
Typography
- primary: PP Neue Montreal Regular — Google Font
- heading: PP Right Serif Medium — Google Font
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#DEE9FA, textColor=#0000EE, borderRadius=14px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Forage Mail Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Forage Mail | End email overwhelm with AI
- Image:
- Source: Forage Mail
- Forage Mail | End email overwhelm with AI
- Image:
- Source: Forage Mail
- Forage Mail | Pricing
- Image:
- Source: Forage Mail Pricing
- Forage Mail | End email overwhelm with AI
- Image:
- Source: Forage Mail
- Forage Mail | End email overwhelm with AI
- Image:
- Source: Forage Mail
- Forage Mail | End email overwhelm with AI
- Image:
- Source: Forage Mail
Working with these fonts
Not found on Google Fonts? Follow this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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"
}
}