eden.json
Eden Brand Identity
A complete profile of Eden's visual system — colors, typography, components, and personality — extracted from https://edenmed.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/eden
- Machine-readable JSON: https://characterquilt.com/branding/eden.json
- Per-page llms.txt: https://characterquilt.com/branding/eden/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #0651D5 |
| Body Font | Arial |
| Heading Font | Euclid Circular B |
Color Palette
- primary: #0000EE
- secondary: #B9C3DF
- accent: #0651D5
- background: #FFFFFF
- textPrimary: #0651D5
- link: #0651D5
Typography
- primary: Arial — https://fonts.google.com/specimen/Arial
- heading: Euclid Circular B — https://fonts.google.com/specimen/Euclid+Circular+B
Visual Assets
- Logo:
- Favicon: .jpg)
UI Components
- input: background=transparent, textColor=#2C3135, borderColor=#B3B5B6, borderRadius=2px, shadow=none
- buttonPrimary: background=#0651D5, textColor=#FFFFFF, borderRadius=4px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=4px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: healthcare professionals
Eden Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Eden y Apple Vision Pro: Un salto al futuro para la radiología - Eva
- Image: .jpg)
- Source: https://edenmed.com/br/blog/eden-y-apple-vision-pro
- Reveal the invisible instantly with PET/CT Fusion in Eden PACS - Eva
- Intelligence
- Image:
- Source: https://edenmed.com/intelligence
- Double the productivity of your radiologists with Eden - Eva
- Desafiando el status quo con IA: Eden en el AWS Roadshow - Eva
- Does breastfeeding protect you from breast cancer? - Eva
- Image:
- Source: https://edenmed.com/en/blog/lactancia-materna-cancer-de-mama
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.