amby health.json
Amby Health Brand Identity
A complete profile of Amby Health's visual system — colors, typography, components, and personality — extracted from https://tryamby.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #E17100 |
| Accent | #5EAD8C |
| Body Font | Inter |
| Heading Font | DM Sans |
Color Palette
- primary: #E17100
- accent: #5EAD8C
- background: #F5F1EB
- textPrimary: #2D2A26
- link: #5EAD8C
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: DM Sans — https://fonts.google.com/specimen/DM+Sans
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=#FEFEFD, textColor=#2D2A26, borderColor=#EFEAE3, borderRadius=12px, shadow=none
- buttonPrimary: background=#F5F1EB, textColor=#FFFFFF, borderRadius=33554400px, shadow=none
- buttonSecondary: background=#FAF8F5, textColor=#5C5751, borderColor=#F0EBE4, borderRadius=33554400px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: fitness enthusiasts
Amby Health Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Privacy Policy — Amby
- Image:
- Source: Privacy Policy
- Amby - Empowering Longevity through Habits and Rewards
- Image:
- Source: Amby Well
- Amby Health (YC W25) automates quality review and billing for ambulance agencies using AI, in minutes, not months. They help agencies reduce errors, maximize revenue, and improve patient… | Y Combinator | 11 comments
- Image:
- Source: LinkedIn Post
- Amby - Empowering Longevity through Habits and Rewards
- Image:
- Source: Amby Well
- Amby Health (YC W25) automates quality review and billing for ambulance agencies using AI, in minutes, not months. They help agencies reduce errors, maximize revenue, and improve patient… | Y ...
- Image:
- Source: LinkedIn Post
- Amby - Empowering Longevity through Habits and Rewards
- Image:
- Source: Amby Well
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.