item.json
item Brand Identity
A complete profile of item's visual system — colors, typography, components, and personality — extracted from https://item.app. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/item
- Machine-readable JSON: https://characterquilt.com/branding/item.json
- Per-page llms.txt: https://characterquilt.com/branding/item/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0D262E |
| Accent | #FFF4F0 |
| Body Font | Manrope |
| Heading Font | Manrope |
Color Palette
- primary: #0D262E
- secondary: #FFF4F0
- accent: #FFF4F0
- background: #FFFFFF
- textPrimary: #475569
- link: #475569
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Manrope — https://fonts.google.com/specimen/Manrope
Visual Assets
- Favicon: https://www.item.app/_assets/v11/f1c40b49760b1bea1c14d59cb8d8e13fa4e1b20d.png
- Social card (og:image): https://www.item.app/_assets/v11/62be4cb32de20247f21a11220e02ac7e234a4dd6.png
UI Components
- buttonPrimary: background=#FFF4F0, textColor=#000000, borderRadius=100px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals
item Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- item
- item
- item
- item
- item
- item
Working with these fonts
Not found on Google Fonts? Here are some suggestions that may 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.