7cups.json

7cups Brand Identity

A complete profile of 7cups's visual system — colors, typography, components, and personality — extracted from http://7cups.com. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #006FAD
Accent #006FAD
Body Font Work Sans
Heading Font Work Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: individuals seeking mental health support

7cups Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

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:

  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) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. 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": "Work Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#006FAD",
    "secondary": "#303A43",
    "accent": "#006FAD",
    "background": "#DFEDFE",
    "textPrimary": "#006FAD",
    "link": "#006FAD"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Work Sans",
      "heading": "Work Sans"
    },
    "fontStacks": {
      "heading": [
        "Work Sans",
        "sans-serif"
      ],
      "body": [
        "Work Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Work Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "37.5px",
      "h2": "22.5px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#006FAD",
      "textColor": "#FFFFFF",
      "borderColor": "#006FAD",
      "borderRadius": "18px",
      "borderRadiusCorners": {
        "topLeft": "18px",
        "topRight": "18px",
        "bottomRight": "18px",
        "bottomLeft": "18px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFBB00",
      "textColor": "#000000",
      "borderColor": "#FFBB00",
      "borderRadius": "18px",
      "borderRadiusCorners": {
        "topLeft": "18px",
        "topRight": "18px",
        "bottomRight": "18px",
        "bottomLeft": "18px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.7cups.com/cloudfront/img/active-listeners-therapy.svg",
    "favicon": "https://www.7cups.com/favicon/favicon-32x32.png",
    "ogImage": "https:/cloudfront/img/7cupsshare.jpg",
    "logoHref": "/",
    "logoAlt": "7 Cups Online Therapy and Free Counseling"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text is related to the brand '7 Cups'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get started",
      "reasoning": "Button #1 is selected as the primary CTA because it uses a vibrant blue color (#006FAD), which is consistent with the site's accent color and is action-oriented with the text 'Get started'."
    },
    "secondary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 is selected as the secondary CTA because it uses a different vibrant color (#FFBB00) and also has the action-oriented text 'Get started'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "individuals seeking mental health support"
  },
  "designSystem": {
    "framework": "bootstrap",
    "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 is related to the brand '7 Cups'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}