quo.json
Quo Brand Identity
A complete profile of Quo's visual system — colors, typography, components, and personality — extracted from https://www.openphone.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/quo
- Machine-readable JSON: https://characterquilt.com/branding/quo.json
- Per-page llms.txt: https://characterquilt.com/branding/quo/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #EDFC47 |
| Accent | #EDFC47 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #EDFC47
- secondary: #6439F5
- accent: #EDFC47
- background: #FFFFFF
- textPrimary: #000000
- link: #FFEEFF
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://cdn.prod.website-files.com/6899ec2c2b29c1edf8c20f15/690cc288998d6ee0ff32c586_quo-logo.svg
- Favicon: https://cdn.prod.website-files.com/6899ec2c2b29c1edf8c20f15/692718af0fad47eb67173fe6_favicon-32x32%20(2).png
- Social card (og:image): https://cdn.prod.website-files.com/6899ec2c2b29c1edf8c20f15/690d0a9bad3f5225ab9fc359_7c18f9d49ac0d507597d6c00b78e10b4_OG%20image.png
UI Components
- buttonPrimary: background=#EDFC47, textColor=#000000, borderRadius=6px, shadow=none
- buttonSecondary: background=transparent, textColor=#000000, borderColor=#E6E6E6, borderRadius=8px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: startups and small businesses
Quo Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Phone numbers - Quo Resource Center
- International calling - Quo Resource Center
- Image: https://mintcdn.com/resource-center/8axhgs3YjH_VrwDj/images-2026/settings-phonenumbers/lt_phonenumbers_enableinternationalcalling_Quo_03_26_2026.png?fit=max&auto=format&n=8axhgs3YjH_VrwDj&q=85&s=b14d4ecf74dfe522a8df8ff88ed6eeb1
- Source: https://support.openphone.com/core-concepts/calling/international-calling
- How To Add Click To Call HTML to Your Site for Beginners | Quo (formerly OpenPhone)
- SMS Consent: Everything You Need to Know to Stay Compliant - Quo (formerly OpenPhone)
- 30 SMS Opt-In Examples & Compliant Templates - Quo (formerly OpenPhone)
- About Quo | Pioneering the future of the front office
Working with these fonts
Not found on Google Fonts? You can follow these instructions to capture the fonts:
- 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.
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": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#EDFC47",
"secondary": "#6439F5",
"accent": "#EDFC47",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#FFEEFF"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Roobert",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "88px",
"h2": "48px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"buttonPrimary": {
"background": "#EDFC47",
"textColor": "#000000",
"borderRadius": "6px",
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#000000",
"borderColor": "#E6E6E6",
"borderRadius": "8px",
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/6899ec2c2b29c1edf8c20f15/690cc288998d6ee0ff32c586_quo-logo.svg",
"favicon": "https://cdn.prod.website-files.com/6899ec2c2b29c1edf8c20f15/692718af0fad47eb67173fe6_favicon-32x32%20(2).png",
"ogImage": "https://cdn.prod.website-files.com/6899ec2c2b29c1edf8c20f15/690d0a9bad3f5225ab9fc359_7c18f9d49ac0d507597d6c00b78e10b4_OG%20image.png"
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}