cadence.json
Cadence Brand Identity
A complete profile of Cadence's visual system — colors, typography, components, and personality — extracted from https://www.cadencework.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/cadence
- Machine-readable JSON: https://characterquilt.com/branding/cadence.json
- Per-page llms.txt: https://characterquilt.com/branding/cadence/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #19184A |
| Accent | #F4F6FE |
| Body Font | DM Sans |
| Heading Font | DM Sans |
Color Palette
- primary: #19184A
- secondary: #637CF7
- accent: #F4F6FE
- background: #FFFFFF
- textPrimary: #343434
- link: #0F172A
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: DM Sans — https://fonts.google.com/specimen/DM+Sans
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#F4F6FE, textColor=#343434, borderColor=#C4CDFC, borderRadius=13.08px, shadow=rgba(99, 124, 247, 0.12) 0px 0px 0px 1px, rgba(99, 124, 247, 0.12) 0px 4px 12px -4px
- buttonSecondary: background=#FFFFFF, textColor=#343434, borderRadius=13.08px, shadow=rgba(255, 60, 60, 0.32) 0px 6px 20px 0px, rgba(255, 80, 60, 0.15) 0px 2px 6px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: businesses looking to purchase premium domains
Cadence Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Cadence Dashboard – CONQUER Support
- Image:
- Source: Source
- Cadence: Free SaaS Website Template by Arthur Duchesne — Framer Marketplace
- Image:
- Source: Source
- Automated Cold Outbound Cadence Reporting | regpaq
- Image:
- Source: Source
- Cadence Calendar | Student Management, Simplified
- Image:
- Source: Source
Working with these fonts
Not found on Google Fonts? Here are some instructions that you can follow if you have permission to use the fonts:
- 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.