arya health.json
Arya Health Brand Identity
A complete profile of Arya Health's visual system — colors, typography, components, and personality — extracted from https://www.aryahealth.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/arya-health
- Machine-readable JSON: https://characterquilt.com/branding/arya-health.json
- Per-page llms.txt: https://characterquilt.com/branding/arya-health/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #053B30 |
| Accent | #053B30 |
| Body Font | Inter |
| Heading Font | Ppneuemontreal |
Color Palette
- primary: #053B30
- secondary: #0B1D2A
- accent: #053B30
- background: #FFFFFF
- textPrimary: #04261F
- link: #04261F
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Ppneuemontreal — https://fonts.google.com/specimen/Ppneuemontreal
Visual Assets
- Logo: https://cdn.prod.website-files.com/67877c0b28ab56a6a7d1433c/6787b2bcc2045f3cd146873c_ARYA%20HEALTH.svg
- Favicon: https://cdn.prod.website-files.com/67877c0b28ab56a6a7d1433c/6796d61acbc4849c83e87403_Fav.png
UI Components
- buttonPrimary: background=#053B30, textColor=#103047, borderRadius=18px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=112.5px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: healthcare professionals
Arya Health Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Arya Blog | Arya Home Health Operations AI
- Arya Blog | Arya Home Health Operations AI
- Careers
- Careers
- Arya Blog | Arya Home Health Operations AI
- Arya Blog | Arya Home Health Operations AI
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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Ppneuemontreal",
"role": "heading"
},
{
"family": "Inter",
"role": "body"
},
{
"family": "Euclid Circular A",
"role": "unknown"
}
],
"colors": {
"primary": "#053B30",
"secondary": "#0B1D2A",
"accent": "#053B30",
"background": "#FFFFFF",
"textPrimary": "#04261F",
"link": "#04261F"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Ppneuemontreal"
},
"fontStacks": {
"heading": [
"Ppneuemontreal",
"Arial",
"sans-serif"
],
"body": [
"Ppneuemontreal",
"Arial",
"sans-serif"
],
"paragraph": [
"Ppneuemontreal",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "83.25px",
"h2": "72px",
"body": "31.5px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "15px"
},
"components": {
"buttonPrimary": {
"background": "#053B30",
"textColor": "#103047",
"borderRadius": "18px",
"borderRadiusCorners": {
"topLeft": "18px",
"topRight": "18px",
"bottomRight": "18px",
"bottomLeft": "18px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "112.5px",
"borderRadiusCorners": {
"topLeft": "112.5px",
"topRight": "112.5px",
"bottomRight": "112.5px",
"bottomLeft": "112.5px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/67877c0b28ab56a6a7d1433c/6787b2bcc2045f3cd146873c_ARYA%20HEALTH.svg",
"favicon": "https://cdn.prod.website-files.com/67877c0b28ab56a6a7d1433c/6796d61acbc4849c83e87403_Fav.png",
"ogImage": null,
"logoHref": "/",
"logoAlt": "ARYA HEALTH"
}
}