Elpis Medicine Color Palette
Discover the beautiful Elpis Medicine color palette featuring jet stream (#b2d7d0), shadow green (#a2c3b9), acapulco (#78b0a0), smalt blue (#4c8a87) and spectra (#2e4c4d).
Brightness
Saturation
Warmth
💡 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
💻 Elpis Medicine color palette CSS
/* CSS */
.color-1 {
color: #b2d7d0;
}
.color-2 {
color: #a2c3b9;
}
.color-3 {
color: #78b0a0;
}
.color-4 {
color: #4c8a87;
}
.color-5 {
color: #2e4c4d;
}
/* CSS Variables */
:root {
--color-1: #b2d7d0;
--color-2: #a2c3b9;
--color-3: #78b0a0;
--color-4: #4c8a87;
--color-5: #2e4c4d;
} 🌈 Elpis Medicine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d7d0, #a2c3b9, #78b0a0, #4c8a87, #2e4c4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d7d0, #a2c3b9, #78b0a0, #4c8a87, #2e4c4d);
} 🔗 Explore similar color palettes
Elpis Medicine color palette created on .