Elpis Medicine Color Palette

Discover the beautiful Elpis Medicine color palette featuring sinbad (#a6d9d7), gulf stream (#7fb8b2), smalt blue (#4b8b8a), blue dianne (#1e5b5c) and akaroa (#d9c3a6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Light, Modern, Retro, Soft, Teal color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Elpis Medicine palette

Share this palette to:

💻 Elpis Medicine color palette CSS

/* CSS */
.color-1 {
color: #a6d9d7;
}
.color-2 {
color: #7fb8b2;
}
.color-3 {
color: #4b8b8a;
}
.color-4 {
color: #1e5b5c;
}
.color-5 {
color: #d9c3a6;
}

/* CSS Variables */
:root {
--color-1: #a6d9d7;
--color-2: #7fb8b2;
--color-3: #4b8b8a;
--color-4: #1e5b5c;
--color-5: #d9c3a6;
}

🌈 Elpis Medicine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d9d7, #7fb8b2, #4b8b8a, #1e5b5c, #d9c3a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d9d7, #7fb8b2, #4b8b8a, #1e5b5c, #d9c3a6);
}

Elpis Medicine color palette created on .