community phone company.json
Community Phone Company Brand Identity
A complete profile of Community Phone Company's visual system — colors, typography, components, and personality — extracted from https://www.communityphone.org/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/community-phone-company
- Machine-readable JSON: https://characterquilt.com/branding/community-phone-company.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #AAEEFE |
| Accent | #F17571 |
| Body Font | Work Sans |
| Heading Font | Arbutus Slab |
Color Palette
- primary: #AAEEFE
- secondary: #F17571
- accent: #F17571
- background: #FFFFFF
- textPrimary: #374151
- link: #374151
Typography
- primary: Work Sans — https://fonts.google.com/specimen/Work+Sans
- heading: Arbutus Slab — https://fonts.google.com/specimen/Arbutus+Slab
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#F17571, textColor=#FFFFFF, borderRadius=8px
- buttonSecondary: background=#000000, textColor=#FFFFFF, borderRadius=9999px
Brand Personality
Tone: professional · Energy: medium · Audience: home and business phone service users
Community Phone Company Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Call Forwarding for Business: Never Miss Another Customer Call Again | Community Phone
- Image:
- Source: Call Forwarding Blog
- Community Phone Blog: Articles & News | Community Phone
- Image:
- Source: Community Phone Blog
- Join the Team: Careers at Community Phone
- Image:
- Source: Careers
- Blogs
- Image:
- Source: Blogs
- How Do I Cancel My Frontier Service? | Community Phone
- Image:
- Source: Cancel Service
- Reliable Phone Service for Home & Business | Community Phone
- Image:
- Source: Service
Working with these fonts
Not found on Google Fonts? You can follow these instructions if you have permission to use 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).
- For each captured font URL: right-click → Save As to download locally.
- View the page's CSS and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Work Sans",
"role": "body"
},
{
"family": "Arbutus Slab",
"role": "heading"
}
],
"colors": {
"primary": "#AAEEFE",
"secondary": "#F17571",
"accent": "#F17571",
"background": "#FFFFFF",
"textPrimary": "#374151",
"link": "#374151"
},
"typography": {
"fontFamilies": {
"primary": "Work Sans",
"heading": "Arbutus Slab"
},
"fontStacks": {
"heading": [
"Arbutus Slab"
],
"body": [
"Work Sans"
],
"paragraph": [
"Work Sans"
]
},
"fontSizes": {
"h1": "40px",
"h2": "32px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#F17571",
"textColor": "#FFFFFF",
"borderRadius": "8px"
},
"buttonSecondary": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderRadius": "9999px"
}
},
"images": {
"logo": "https://www.communityphone.org/_next/static/media/community-phone-logo.23b1c21c.svg",
"favicon": "https://www.communityphone.org/icon.png?icon.d52c25fc.png",
"ogImage": "https://www.communityphone.org/img/og/og-default.jpg"
}
}