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.

Quick Facts

Field Value
Primary #053B30
Accent #053B30
Body Font Inter
Heading Font Ppneuemontreal

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: healthcare professionals

Arya Health Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

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:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. 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"
  }
}