cloaked.json
Cloaked Brand Identity
A complete profile of Cloaked's visual system — colors, typography, components, and personality — extracted from https://www.cloaked.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/cloaked
- Machine-readable JSON: https://characterquilt.com/branding/cloaked.json
- Per-page llms.txt: https://characterquilt.com/branding/cloaked/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #130F02 |
| Accent | #FF550C |
| Body Font | Stkbureausans |
| Heading Font | Stkbureausans |
Color Palette
- primary: #130F02
- secondary: #FF550C
- accent: #FF550C
- background: #FBF8EF
- textPrimary: #000000
- link: #E9E6DA
Typography
- primary: Stkbureausans — https://fonts.google.com/specimen/Stkbureausans
- heading: Stkbureausans — https://fonts.google.com/specimen/Stkbureausans
Visual Assets
- Logo: https://cdn.prod.website-files.com/63ec0f977f0357126ec38bcd/696691327b6ddbf53f5163a4_Group-1.svg
- Favicon: https://cdn.prod.website-files.com/63ec0f977f0357126ec38bcd/680929207922b1db3a9f01ff_favicon.png
- Social card (og:image): https://cdn.prod.website-files.com/63ec0f977f0357126ec38bcd/699c2df50ea2d4bb21406e44_Home.webp
UI Components
- input: background=#1C180B, textColor=#FFFFFF, borderColor=#292519, borderRadius=48px, shadow=none
- buttonPrimary: background=#FF550C, textColor=#FBF8EF, borderRadius=1000px, shadow=none
- buttonSecondary: background=#FBF8EF, textColor=#130F02, borderColor=#454030, borderRadius=1000px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: privacy-conscious individuals
Cloaked Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Cloaked - The Fight for your Privacy | My Data, Act!
- Read the Latest on Consumer Privacy | Cloaked Blog
- Sharing
- Read the Latest on Consumer Privacy | Cloaked Blog
- Sharing
- Read the Latest on Consumer Privacy | Cloaked Blog
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.