Color Fetch
GalleryMy Palettes

Gallery / Color palette

lenusehealth.com color palette

The brand palette extracted from lenusehealth.com — primary, accent, neutral, background, and text colors with copy-ready hex codes and one-click export to CSS, Tailwind, and design tokens. Last updated June 12, 2026.

Primary

#0000ee

rgb(0, 0, 238)

hsl(240, 100%, 47%)

Accent

#316ff6

rgb(49, 111, 246)

hsl(221, 92%, 58%)

Background

#364e4f

rgb(54, 78, 79)

hsl(182, 19%, 26%)

Text

#f6f6f4

rgb(246, 246, 244)

hsl(60, 10%, 96%)

Neutral

#212727

rgb(33, 39, 39)

hsl(180, 8%, 14%)

CSS variables
:root {
  --color-primary: #0000ee;
  --color-accent: #316ff6;
  --color-background: #364e4f;
  --color-text: #f6f6f4;
  --color-neutral: #212727;
}
Tailwind v4
@theme {
  --color-primary: #0000ee;
  --color-accent: #316ff6;
  --color-background: #364e4f;
  --color-text: #f6f6f4;
  --color-neutral: #212727;
}

Want a palette from your own site?

Fetch a palette

More palettes