Eden Brand: Colors, Fonts, Logo & Visual Identity
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.
Color Palette
Brand palette extracted from https://edenmed.com.
| Color Name | Hex Value | RGB Value |
|---|---|---|
| Primary | #0000EE | rgb(0, 0, 238) |
| Secondary | #B9C3DF | rgb(185, 195, 223) |
| Accent | #0651D5 | rgb(6, 81, 213) |
| Background | #FFFFFF | rgb(255, 255, 255) |
| Text | #0651D5 | rgb(6, 81, 213) |
| Link | #0651D5 | rgb(6, 81, 213) |
Typography
Each font links to its Google Fonts page where available.
| Role | Font | Link |
|---|---|---|
| Primary | Arial | Arial Google Fonts → |
| Heading | Euclid Circular B | Euclid Circular B Google Fonts → |
Visual Assets
Logo
.jpg) Favicon
UI Components
Live previews rendered using Eden's actual button styles.
| Component | Background | Text Color | Border Radius |
|---|---|---|---|
| Input | Transparent | #2C3135 | 2px |
| Button Primary | #0651D5 | #FFFFFF | 4px |
| Button Secondary | #FFFFFF | #000000 | 4px |
Brand Personality
Tone: professional Energy: medium Audience: healthcare professionals
Frequently Asked Questions
What is Eden's primary brand color?
Eden's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Eden use?
Eden uses #0651D5 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Eden use?
Eden uses Arial for body text and Euclid Circular B for headings. Fonts were detected on https://edenmed.com as part of their live design system.
Does Eden use a light or dark theme?
Eden's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Eden's logo?
Eden's logo is available directly on their site (https://edenmed.com). The current logo URL is included in the machine-readable JSON profile linked above.
How was this brand profile generated?
This profile was extracted from https://edenmed.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Eden.
Methodology
Brand data on this page was extracted from https://edenmed.com on 2026-07-27 using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required:
{
"colorScheme": "light",
"fonts": [
{
"family": "Arial",
"role": "body"
},
{
"family": "Euclid Circular B",
"role": "heading"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#B9C3DF",
"accent": "#0651D5",
"background": "#FFFFFF",
"textPrimary": "#0651D5",
"link": "#0651D5"
},
"typography": {
"fontFamilies": {
"primary": "Arial",
"heading": "Euclid Circular B"
},
"fontStacks": {
"heading": ["Euclidcircularb", "sans-serif"],
"body": ["Arial", "sans-serif"]
},
"fontSizes": {
"h1": "50px",
"h2": "44px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#2C3135",
"borderColor": "#B3B5B6",
"borderRadius": "2px"
},
"buttonPrimary": {
"background": "#0651D5",
"textColor": "#FFFFFF",
"borderRadius": "4px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "4px"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/64778885f71ce3a07213e092/64778885f71ce3a07213e099_vector.svg",
"favicon": "https://cdn.prod.website-files.com/64778885f71ce3a07213e092/64b5e55acaee62e2e710094b_Favicon%20180x180%20(1).jpg"
}
}