popl.json
Popl Brand Identity
A complete profile of Popl's visual system — colors, typography, components, and personality — extracted from https://popl.co/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/popl
- Machine-readable JSON: https://characterquilt.com/branding/popl.json
- Per-page llms.txt: https://characterquilt.com/branding/popl/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #483B36 |
| Accent | #211815 |
| Body Font | Figtree |
| Heading Font | DM Sans |
Color Palette
- primary: #483B36
- secondary: #29AEF8
- accent: #211815
- background: #F9F4EF
- textPrimary: #211815
- link: #2D4763
Typography
- primary: Figtree — https://fonts.google.com/specimen/Figtree
- heading: DM Sans — https://fonts.google.com/specimen/DM+Sans
Visual Assets
- Logo: https://popl.co/cdn/shop/files/rbr-Popl-logo.png?v=1734702057&width=320
- Favicon: https://cdn.shopify.com/s/files/1/0257/5315/7735/files/Popl_Favicon_774c84a2-9f08-47e8-b2bc-7ffeb51103b5.png?v=1757598496&width=144
- Social card (og:image): http://popl.co/cdn/shop/files/OG_static_1.png?v=1738598058&width=2048
UI Components
- input: background=transparent, textColor=#1A1A1A, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#211815, textColor=#F9F4EF, borderRadius=24px, shadow=rgba(249, 244, 239, 0.5) -8px -8px 11px 0px inset
- buttonSecondary: background=#F9F4EF, textColor=#1A1A1A, borderColor=#211815, borderRadius=72px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals
Popl Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Ultimate Guide on Digital Business Card ROI
- Popl Knowledge Hub & Blog | Event lead capture, sales & growth insight
- Popl Knowledge Hub & Blog | Event lead capture, sales & growth insight
- How to Create a QR Code and Add It to Your Business Card
- Popl Knowledge Hub & Blog | Event lead capture, sales & growth insight – Page 9
- Popl vs Flowcode
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.