biggerpicture.json
BiggerPicture Brand Identity
A complete profile of BiggerPicture's visual system — colors, typography, components, and personality — extracted from http://biggerpicture.co. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/biggerpicture
- Machine-readable JSON: https://characterquilt.com/branding/biggerpicture.json
- Per-page llms.txt: https://characterquilt.com/branding/biggerpicture/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #4AD0C1 |
| Accent | #115CFA |
| Body Font | Manrope |
| Heading Font | Lexend |
Color Palette
- primary: #4AD0C1
- secondary: #6442FF
- accent: #115CFA
- background: #141618
- textPrimary: #141618
- link: #115CFA
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Lexend — https://fonts.google.com/specimen/Lexend
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#F2F2F2, textColor=#777777, borderColor=#EAEAEA, borderRadius=2px, shadow=rgba(0, 0, 0, 0.024) 0px 2px 1px 0px inset
- buttonPrimary: background=transparent, textColor=#FFFFFF, borderColor=#FF4410, borderRadius=50px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals
BiggerPicture Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- About - BiggerPicture
- Image:
- Source: BiggerPicture
- How C.H. Robinson's Approach to AI Is Shaping The Future of Logistics - BiggerPicture
- Image:
- Source: BiggerPicture
- The ROI of Scheduling Automation and Intelligence - BiggerPicture
- Image:
- Source: BiggerPicture
- What Exactly IS Appointment Scheduling Automation? - BiggerPicture
- Image:
- Source: BiggerPicture
- Deema Adada, Author at BiggerPicture
- Image:
- Source: BiggerPicture
- AI-Powered Scheduling - BiggerPicture
- Image:
- Source: BiggerPicture
Working with these fonts
Not found on Google Fonts? Instructions to follow if you have permission to use the fonts:
CharacterQuilt.com suggests a 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.