greenhouse.json
Greenhouse Brand Identity
A complete profile of Greenhouse's visual system — colors, typography, components, and personality — extracted from https://greenhouse.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #133026 |
| Accent | #3574D6 |
| Body Font | Untitled Sans |
| Heading Font | Untitled Serif |
Color Palette
- primary: #133026
- secondary: #008561
- accent: #3574D6
- background: #FFFFFF
- textPrimary: #15372C
- link: #15372C
Typography
Visual Assets
- Logo: .svg)
- Favicon:
- Social card (og:image):
UI Components
- input: background=#FFFFFF, textColor=#000000, borderColor=#CCCCCC, borderRadius=8px, shadow=none
- buttonPrimary: background=#3574D6, textColor=#FFFFFF, borderColor=#3574D6, borderRadius=25px, shadow=none
- buttonSecondary: background=#008561, textColor=#FFFFFF, borderColor=#008561, borderRadius=24px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals and HR teams
Greenhouse Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials:
Growing in the greenhouse: spotlight on product marketing manager, Jennifer Ho
Source: Link
Greenhouse recruiting blog
Source: Link
Growing in the Greenhouse: spotlight on recruiting coordinator, AJ Biggers
Source: Link
Behind the product: How a diversity of experience created Greenhouse Inclusion
Source: Link
Working with these fonts
Not found on Google Fonts?
CharacterQuilt.com suggests 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 (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.