assort health.json
Assort Health Brand Identity
A complete profile of Assort Health's visual system — colors, typography, components, and personality — extracted from https://www.assorthealth.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/assort-health
- Machine-readable JSON: https://characterquilt.com/branding/assort-health.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #2157E1 |
| Accent | #32D5D8 |
| Body Font | Manrope |
| Heading Font | Geist |
Color Palette
- primary: #2157E1
- secondary: #E9EEFC
- accent: #32D5D8
- background: #FFFFFF
- textPrimary: #171729
- link: #171729
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Geist — https://fonts.google.com/specimen/Geist
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#32D5D8, textColor=#171729, borderRadius=6px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#171729, borderRadius=6px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: healthcare professionals
Assort Health Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Assort Health - July 2025
- Image:
- Source: Source Link
- Assort Health | Blog
- Image:
- Source: Source Link
- Assort Customer Story: Peninsula Orthopaedic Associates
- Image:
- Source: Source Link
- AI Voice Agent for Healthcare | Assort Health
- Image:
- Source: Source Link
- Assort Health Launches First Voice AI Agents for Dermatology, Enabling Over 5% Increase in Appointment Volume and 200% Labor Capacity
- Image:
- Source: Source Link
- Reviews | AssortHealth
- Image:
- Source: Source Link
Working with these fonts
Not found on Google Fonts? Instructions 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.