next caller.json
Next Caller Brand Identity
A complete profile of Next Caller's visual system — colors, typography, components, and personality — extracted from http://nextcaller.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/next-caller
- Machine-readable JSON: https://characterquilt.com/branding/next-caller.json
- Per-page llms.txt: https://characterquilt.com/branding/next-caller/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #EC5935 |
| Accent | #9E0159 |
| Body Font | DM Sans |
| Heading Font | DM Sans |
Color Palette
- primary: #EC5935
- secondary: #0D6EFD
- accent: #9E0159
- background: #FFFFFF
- textPrimary: #9E0159
- link: #9E0159
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: DM Sans — https://fonts.google.com/specimen/DM+Sans
Visual Assets
- Logo: https://www.pindrop.com/wp-content/themes/pindrop-theme/assets/img/pindrop-logo-white.svg
- Favicon: https://www.pindrop.com/wp-content/themes/pindrop-theme/assets/img/pd-icon.svg
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#9E0159, textColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#9E0159, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses and contact centers
Next Caller Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Next Caller (TV Series 2025– ) - IMDb
- Next Caller (TV series) - Wikipedia
- Next Caller Review 2026: Pricing, Features, Pros & Cons, Ratings & More | Research.com
- Next Caller (TV Series 2025– ) - IMDb
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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "DM Sans",
"role": "body"
}
],
"colors": {
"primary": "#EC5935",
"secondary": "#0D6EFD",
"accent": "#9E0159",
"background": "#FFFFFF",
"textPrimary": "#9E0159",
"link": "#9E0159"
},
"typography": {
"fontFamilies": {
"primary": "DM Sans",
"heading": "DM Sans"
},
"fontStacks": {
"heading": [
"DM Sans",
"sans-serif"
],
"body": [
"DM Sans",
"sans-serif"
],
"paragraph": [
"DM Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "68px",
"h2": "46px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "2px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#9E0159",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#9E0159",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.pindrop.com/wp-content/themes/pindrop-theme/assets/img/pindrop-logo-white.svg",
"favicon": "https://www.pindrop.com/wp-content/themes/pindrop-theme/assets/img/pd-icon.svg",
"ogImage": null,
"logoHref": "https://www.pindrop.com",
"logoAlt": "Pindrop Logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Pindrop'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Contact us",
"reasoning": "Button #7 'Contact us' uses the vibrant brand color #9E0159, which aligns with the primary brand color and is action-oriented, making it a strong candidate for the primary CTA."
},
"secondary": {
"index": 17,
"text": "Explore our case studies",
"reasoning": "Button #6 'Explore our case studies' has a different background color (#FFFFFF) and provides a secondary action, making it suitable as a secondary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses and contact centers"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Pindrop'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}