chorus sleep.json
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
- Blog | Chorus Sleep
- Chorus Sleep
- Blog | Chorus Sleep
- Sleep Reset - World-Class Sleep Program With Personalized Help
- Blog | Chorus Sleep
Working with these fonts
Not found on Google 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.