evernote.json
Evernote Brand Identity
A complete profile of Evernote's visual system — colors, typography, components, and personality — extracted from https://evernote.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/evernote
- Machine-readable JSON: https://characterquilt.com/branding/evernote.json
- Per-page llms.txt: https://characterquilt.com/branding/evernote/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #94E130 |
| Accent | #94E130 |
| Body Font | Figtree |
| Heading Font | Figtree |
Color Palette
- primary: #94E130
- secondary: #9CA3AF
- accent: #94E130
- background: #F9F6F2
- textPrimary: #141414
- link: #DFE0F4
Typography
- primary: Figtree — https://fonts.google.com/specimen/Figtree
- heading: Figtree — https://fonts.google.com/specimen/Figtree
Visual Assets
UI Components
- buttonPrimary: background=#94E130, textColor=#FFFFFF, borderRadius=5px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#A1A1A1, borderRadius=5px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals and professionals
Evernote Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- ➡️ Stay in flow while organizing with smarter Move & Delete behavior - Evernote - Product Updates
- Spaces, Stacks & Notebooks: What's the difference and when to use them?
- Evernote blog
- Evernote blog
- Share your spaces for maximum collaboration 🤝 - Evernote - Product Updates
- How to Organize Big Writing Projects in Evernote
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the 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.