Elpis Medicine Color Palette

Discover the beautiful Elpis Medicine color palette featuring fringy flower (#b2e1cc), sinbad (#a4dac7), bermuda (#71d6bb), puerto rico (#4cb8a0) and ocean green (#3d998a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Healing, Modern, Soft, Spring, Tropical, Vibrant 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: #b2e1cc;
}
.color-2 {
color: #a4dac7;
}
.color-3 {
color: #71d6bb;
}
.color-4 {
color: #4cb8a0;
}
.color-5 {
color: #3d998a;
}

/* CSS Variables */
:root {
--color-1: #b2e1cc;
--color-2: #a4dac7;
--color-3: #71d6bb;
--color-4: #4cb8a0;
--color-5: #3d998a;
}

🌈 Elpis Medicine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e1cc, #a4dac7, #71d6bb, #4cb8a0, #3d998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e1cc, #a4dac7, #71d6bb, #4cb8a0, #3d998a);
}

Elpis Medicine color palette created on .