salus.json
Salus Brand Identity
A complete profile of Salus's visual system — colors, typography, components, and personality — extracted from https://www.usesalus.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/salus
- Machine-readable JSON: https://characterquilt.com/branding/salus.json
- Per-page llms.txt: https://characterquilt.com/branding/salus/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #111521 |
| Accent | #0A0E1A |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #111521
- accent: #0A0E1A
- background: #0A0E1A
- textPrimary: #0A0E1A
- link: #0A0E1A
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://www.usesalus.ai/salus-logo-new.png
- Favicon: https://www.usesalus.ai/favicon-light.png
- Social card (og:image): https://usesalus.ai/og-image.png
UI Components
- buttonPrimary: background=#232631, textColor=#FFFFFF, borderColor=#3B3E48, borderRadius=33554400px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Salus Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Salus - Block Incorrect Agent Actions
- Image: https://usesalus.ai/og-image.png
- Source: https://www.usesalus.ai/
- Salus - Block Incorrect Agent Actions
- Image: https://www.usesalus.ai/favicon-dark.jpg
- Source: https://www.usesalus.ai/
- Salus - Block Incorrect Agent Actions
- Image: https://www.usesalus.ai/yc-logo.png
- Source: https://www.usesalus.ai/
- Ancient Roman Statue of Salus, A.D. 200-250 Print. Art Prints, Posters & Puzzles from Heritage Images
- Reporting and Data Analysis with Salus
- iT500 - Registering Online (Website)
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.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#111521",
"accent": "#0A0E1A",
"background": "#0A0E1A",
"textPrimary": "#0A0E1A",
"link": "#0A0E1A"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"system-ui",
"sans-serif"
],
"body": [
"Inter",
"system-ui",
"sans-serif"
],
"paragraph": [
"Inter",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "60px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#232631",
"textColor": "#FFFFFF",
"borderColor": "#3B3E48",
"borderRadius": "33554400px",
"borderRadiusCorners": {
"topLeft": "33554400px",
"topRight": "33554400px",
"bottomRight": "33554400px",
"bottomLeft": "33554400px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.usesalus.ai/salus-logo-new.png",
"favicon": "https://www.usesalus.ai/favicon-light.png",
"ogImage": "https://usesalus.ai/og-image.png",
"logoAlt": "Salus Logo"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.8,
"colors": 0.9,
"overall": 0.8500000000000001
}
}