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.

Quick Facts

Field Value
Primary #AAEEFE
Accent #F17571
Body Font Work Sans
Heading Font Arbutus Slab

Color Palette

Typography

Visual Assets

UI Components

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.

Working with these fonts

Not found on Google Fonts? You can follow these instructions if you have permission to use the fonts:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers).
  4. For each captured font URL: right-click → Save As to download locally.
  5. 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"
  }
}