malama health.json
Malama Health Brand Identity
A complete profile of Malama Health's visual system — colors, typography, components, and personality — extracted from https://www.heymalama.co. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/malama-health
- Machine-readable JSON: https://characterquilt.com/branding/malama-health.json
- Per-page llms.txt: https://characterquilt.com/branding/malama-health/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #B0A396 |
| Accent | #AD9490 |
| Body Font | Aaux Next |
| Heading Font | Minerva Modern |
Color Palette
- primary: #B0A396
- secondary: #86725D
- accent: #AD9490
- background: #FFFFFF
- textPrimary: #AD9490
- link: #AD9490
Typography
- primary: Aaux Next — https://fonts.google.com/specimen/Aaux+Next
- heading: Minerva Modern — https://fonts.google.com/specimen/Minerva+Modern
Visual Assets
- Logo: https://images.squarespace-cdn.com/content/v1/62d61e7ece25bb77f9eef8a8/dc5ff9b7-fc75-4ccf-9732-763d5fef7e34/Logo+White.png?format=1500w
- Favicon: https://images.squarespace-cdn.com/content/v1/62d61e7ece25bb77f9eef8a8/aae41cc8-1f04-4111-9d83-2d19173922a2/favicon.ico?format=100w
- Social card (og:image): http://static1.squarespace.com/static/62d61e7ece25bb77f9eef8a8/t/62d65c5612fb77651256dd3b/1658215510442/Logo+White.png?format=1500w
UI Components
- input: background=#FFFFFF, textColor=#000000, borderColor=#E0E0E0, borderRadius=0px, shadow=none
- buttonPrimary: background=#AD9490, textColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#F2E9E4, textColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: Expectant parents seeking doula services
Malama Health Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Únase a nuestra red - Encuentre una Doula en California | Compruebe las prestaciones de Medicaid para embarazadas | Malama
- Grow | Malama — Find a Doula in California | Check Medicaid Pregnancy Benefits | Malama
- Tratamiento de la Diabetes Gestacional: Seguimiento, Dieta, Medicación, Alcance - Encuentre una Doula en California | Compruebe los Beneficios de Medicaid para Embarazadas | Malama
- Grow | Malama — Find a Doula in California | Check Medicaid Pregnancy Benefits | Malama
- Why was I diagnosed with Gestational Diabetes? Causes & Risk Factors — Find a Doula in California | Check Medicaid Pregnancy Benefits | Malama
- Join our network — Find a Doula in California | Check Medicaid Pregnancy Benefits | Malama
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.