people ai.json
People.ai Brand Identity
A complete profile of People.ai's visual system — colors, typography, components, and personality — extracted from https://people.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/people-ai
- Machine-readable JSON: https://characterquilt.com/branding/people-ai.json
- Per-page llms.txt: https://characterquilt.com/branding/people-ai/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #447C93 |
| Accent | #447C93 |
| Body Font | Palatino Linotype |
| Heading Font | KMR Waldenburg |
Color Palette
- primary: #447C93
- secondary: #0082F3
- accent: #447C93
- background: #F1EFEF
- textPrimary: #55555E
- link: #3898EC
Typography
- primary: Palatino Linotype — https://fonts.google.com/specimen/Palatino+Linotype
- heading: KMR Waldenburg — https://fonts.google.com/specimen/KMR+Waldenburg
Visual Assets
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#447C93, textColor=#FFFFFF, borderRadius=8px, shadow=none
- buttonSecondary: background=#F1EFEF, textColor=#55555E, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: revenue leaders and business professionals
People.ai Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Insights and Knowledge on Sales, Marketing, Revenue Operations | People.ai
- Image: %202.png)
- Source: Link
- Danny Lange,VP of Data Analytics at Google Cloud, on Democratizing Business Intelligence with AI
- Image:
- Source: Link
- SalesAI Demo LP Apex Global
- Image:
- Source: Link
- Oleg - AI Innovators - 2 Values
- Image:
- Source: Link
- People.ai Documentation
- Image: .png)
- Source: Link
- People.ai | Boost Sales & Skip Tasks with Next-Level Generative AI Succe
- Image:
- Source: Link
Working with these fonts
Not found on Google Fonts? Here are the instructions 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.