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.
- Page: https://characterquilt.com/branding/7cups
- Machine-readable JSON: https://characterquilt.com/branding/7cups.json
- Per-page llms.txt: https://characterquilt.com/branding/7cups/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #006FAD |
| Accent | #006FAD |
| Body Font | Work Sans |
| Heading Font | Work Sans |
Color Palette
- primary: #006FAD
- secondary: #303A43
- accent: #006FAD
- background: #DFEDFE
- textPrimary: #006FAD
- link: #006FAD
Typography
- primary: Work Sans — https://fonts.google.com/specimen/Work+Sans
- heading: Work Sans — https://fonts.google.com/specimen/Work+Sans
Visual Assets
- Logo: https://www.7cups.com/cloudfront/img/active-listeners-therapy.svg
- Favicon: https://www.7cups.com/favicon/favicon-32x32.png
- Social card (og:image): https:/cloudfront/img/7cupsshare.jpg
UI Components
- buttonPrimary: background=#006FAD, textColor=#FFFFFF, borderColor=#006FAD, borderRadius=18px, shadow=none
- buttonSecondary: background=#FFBB00, textColor=#000000, borderColor=#FFBB00, borderRadius=18px, shadow=none
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.
National Ice Cream Month - Check In (July 22nd-29th) - Discussion | 7 Cups
- Image: /GettyImages-90053856-588b7aff5f9b5874ee534b04.jpg)
- Source: Source Link
New on the 7Cups Blog: Traveling with anxiety - Discussion | 7 Cups
- Image:
- Source: Source Link
Project Tulip Awardees - August 2020 - Discussion | 7 Cups
- Image:
- Source: Source Link
Self-Care for Students | 7 Cups
- Image:
- Source: Source Link
Gratitude Jar! Instructions + Share your Jars! - Discussion | 7 Cups
- Image:
- Source: Source Link
New to the Building Community Program? Introduce yourself here! - Discussion | 7 Cups
- Image:
- Source: Source Link
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": "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
}
}
}