# Chorus Sleep Brand Identity

A complete profile of **Chorus Sleep**'s visual system — colors, typography, components, and personality — extracted from https://www.chorussleep.com/. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/chorus-sleep
- Machine-readable JSON: https://characterquilt.com/branding/chorus-sleep.json
- Per-page llms.txt: https://characterquilt.com/branding/chorus-sleep/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #5CC6CC |
| Accent | #5CC6CC |
| Body Font | Nunito |
| Heading Font | Outfit |

## Color Palette

- primary: #5CC6CC
- secondary: #222744
- accent: #5CC6CC
- background: #212638
- textPrimary: #212638
- link: #212638

## Typography

- primary: Nunito — https://fonts.google.com/specimen/Nunito
- heading: Outfit — https://fonts.google.com/specimen/Outfit

## Visual Assets

- Logo: https://cdn.prod.website-files.com/61e6c90d43582777cf0fc084/661cf74fd90ad61c412179d2_logo.svg
- Favicon: https://cdn.prod.website-files.com/61e6c90d43582777cf0fc084/620068ce1be75d0aab9c1e28_32x32.jpg
- Social card (og:image): https://simplehabit-static.s3.us-west-2.amazonaws.com/sleepResetCoverImage.jpg

## UI Components

- buttonPrimary: background=#5CC6CC, textColor=#1C212F, borderRadius=16px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: individuals seeking sleep improvement solutions

## Chorus Sleep Brand in the Wild

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

- **For Employers | Chorus Sleep**
  - Image: https://www.chorussleep.com/_next/static/media/people-dashboard.dca17d3e.webp
  - Source: https://www.chorussleep.com/employers/
- **Blog | Chorus Sleep**
  - Image: https://storage.googleapis.com/csleep-prod/blog-images/coworkers-selfie-v2.png
  - Source: https://www.chorussleep.com/blog/
- **Chorus Sleep**
  - Image: https://www.chorussleep.com/_next/static/media/researchBG.d51b272e.webp
  - Source: https://www.chorussleep.com/research/
- **Blog | Chorus Sleep**
  - Image: https://www.chorussleep.com/images-blog/6-surprising-ways.webp
  - Source: https://www.chorussleep.com/blog/
- **Sleep Reset - World-Class Sleep Program With Personalized Help**
  - Image: https://cdn.prod.website-files.com/61e6c90d43582777cf0fc084/6200543e1bd4aa66577e4f05_waking%20up%20.webp
  - Source: https://www.chorussleep.com/
- **Blog | Chorus Sleep**
  - Image: https://storage.googleapis.com/csleep-prod/blog-images/roi-image-v2.png
  - Source: https://www.chorussleep.com/blog/

## Working with these fonts

Not found on Google 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.
