amera.json
Amera Brand Identity
A complete profile of Amera's visual system — colors, typography, components, and personality — extracted from https://amerahealthsolutions.com/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #16847D |
| Accent | #0000EE |
| Body Font | Source Sans 3 |
| Heading Font | Playfair Display |
Color Palette
- primary: #16847D
- accent: #0000EE
- background: #F7F6F3
- textPrimary: #1D2123
- link: #0000EE
Typography
- primary: Source Sans 3 — https://fonts.google.com/specimen/Source+Sans+3
- heading: Playfair Display — https://fonts.google.com/specimen/Playfair+Display
Visual Assets
- Favicon:
- Social card (og:image):
Brand Personality
Tone: professional · Energy: medium · Audience: healthcare professionals
Amera Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Unconventional Claims Clearinghouse | Amera
- Image:
- Source: Link
- Automated Stop-Loss Reporting | Amera
- Image:
- Source: Link
- Amera - AI-Powered Claims Processing Automation for Healthcare
- Image:
- Source: Link
- Amera - AI-Powered Claims Processing Automation for Healthcare
- Image:
- Source: Link
- Careers at Amera | Join Our Healthcare AI Team
- Image:
- Source: Link
- Unconventional Claims Clearinghouse | Amera
- Image:
- Source: Link
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": "light",
"fonts": [
{
"family": "Source Sans 3",
"role": "body"
},
{
"family": "Playfair Display",
"role": "heading"
}
],
"colors": {
"primary": "#16847D",
"accent": "#0000EE",
"background": "#F7F6F3",
"textPrimary": "#1D2123",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Source Sans 3",
"heading": "Playfair Display"
},
"fontStacks": {
"heading": [
"Playfair Display",
"serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Source Sans 3",
"sans-serif"
]
},
"fontSizes": {
"h1": "56px",
"h2": "48px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {},
"images": {
"favicon": "https://framerusercontent.com/images/QktcUWqQSdPSKuoPoa1knpw9Os.svg",
"ogImage": "https://framerusercontent.com/images/DHBrFj7ppZJ8b7jj1IpdX7szSE.png"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No valid brand logo - the candidate is small and located in the body, not the header. It does not match the favicon or provide a clear brand representation.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "healthcare professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No valid brand logo - the candidate is small and located in the body, not the header. It does not match the favicon or provide a clear brand representation.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}