llms.txt

Cocoon Brand Identity

A complete profile of Cocoon's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #D7D9C4
Accent #505530
Body Font Akkurat
Heading Font GT Ultra Fine

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: business professionals

Cocoon Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here’s a 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 and copy out the matching @font-face declarations.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Akkurat",
   "role": "body"
  },
  {
   "family": "GT Ultra Fine",
   "role": "heading"
  }
 ],
 "colors": {
  "primary": "#D7D9C4",
  "secondary": "#505530",
  "accent": "#505530",
  "background": "#FFFFFF",
  "textPrimary": "#231A08",
  "link": "#231A08"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Akkurat",
   "heading": "GT Ultra Fine"
  },
  "fontStacks": {
   "heading": [
    "GT Ultra Fine",
    "sans-serif"
   ],
   "body": [
    "GT Ultra Fine",
    "sans-serif"
   ],
   "paragraph": [
    "Akkurat",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "70px",
   "h2": "45px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "8px"
 },
 "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"
  }
 },
 "images": {
  "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",
  "ogImage": "https://cdn.prod.website-files.com/64ce9f51615cb3ead94d5f9f/6502910ee911682b42526266_Cocoon%20-%20welcome%20to%20the%20modern%20era%20of%20employee%20leave.png"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "business professionals"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 }
}