gemnote.json
Gemnote Brand Identity
A complete profile of Gemnote's visual system — colors, typography, components, and personality — extracted from http://gemnote.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #3898EC |
| Accent | #F5F2EE |
| Body Font | Inter |
| Heading Font | Editorialnew |
Color Palette
- primary: #3898EC
- secondary: #FFDEDE
- accent: #F5F2EE
- background: #F5F2EE
- textPrimary: #22211F
- link: #AAA59B
Typography
Visual Assets
- Logo: .png)
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#F5F2EE, textColor=#22211F, borderColor=#22211F, borderRadius=100px, shadow=none
- buttonSecondary: background=#22211F, textColor=#FFFFFF, borderColor=#22211F, borderRadius=100px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses looking for custom merchandise and packaging solutions
Gemnote Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- 10 Tips for a Successful Virtual Sales Kickoff
- Image:
- Source: Link
- 5 Best Gifts for New Remote Hires
- Image:
- Source: Link
- Holiday Gift Guide With Unique Gift Ideas
- Image:
- Source: Link
- 10 Best Gifts for Employees who Work from Home in 2020
- Image:
- Source: Link
- Custom S'well Insulated Water Bottles | Corporate Gifts
- Image:
- Source: Link
- Ultimate Guide To Rebranding Your Company
- Image:
- Source: Link
Working with these fonts
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:
- 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.