cocoon.json
Cocoon Brand Identity
A complete profile of Cocoon's visual system — colors, typography, components, and personality — extracted from http://cocoon.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/cocoon
- Machine-readable JSON: https://characterquilt.com/branding/cocoon.json
- Per-page llms.txt: https://characterquilt.com/branding/cocoon/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #D7D9C4 |
| Accent | #505530 |
| Body Font | Akkurat |
| Heading Font | GT Ultra Fine |
Color Palette
- primary: #D7D9C4
- secondary: #505530
- accent: #505530
- background: #FFFFFF
- textPrimary: #231A08
- link: #231A08
Typography
- primary: Akkurat — https://fonts.google.com/specimen/Akkurat
- heading: GT Ultra Fine — https://fonts.google.com/specimen/GT+Ultra+Fine
Visual Assets
- Logo: https://cdn.prod.website-files.com/64ce9f51615cb3ead94d5f9f/64ce9fb53431183bd289df2e_Cocoon%20logo%20-%20primary.svg
- Favicon: https://cdn.prod.website-files.com/64ce9f51615cb3ead94d5f9f/64e8c64a1b022f56983e2964_cocoon%20favicon.webp
- Social card (og:image): https://cdn.prod.website-files.com/64ce9f51615cb3ead94d5f9f/6502910ee911682b42526266_Cocoon%20-%20welcome%20to%20the%20modern%20era%20of%20employee%20leave.png
UI Components
- input: background=#FFFFFF, textColor=#71695F, borderColor=#F2F0EE, borderRadius=10.08px, shadow=none
- buttonPrimary: background=#505530, textColor=#FBF9F6, borderRadius=10.08px, shadow=none
- buttonSecondary: background=#FBF9F6, textColor=#231A08, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Cocoon Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- What is leave management software + benefits and features
- Announcements | Cocoon Blog
- Learn about CA PFL administration requirements for employers
- 5 different types of employee leave policies you should consider
- SaaS tools transform how HR leaders manage employee leave
- FMLA and compliance checklist for employee leave of absence
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.