Elysian Waters Color Palette
Discover the beautiful Elysian Waters color palette featuring casper (#a8c4d1), neptune (#6eb9b7), breaker bay (#4b9b8c), paradiso (#2d806d) and green pea (#1f5c4e).
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 Elysian Waters palette
💻 Elysian Waters color palette CSS
/* CSS */
.color-1 {
color: #a8c4d1;
}
.color-2 {
color: #6eb9b7;
}
.color-3 {
color: #4b9b8c;
}
.color-4 {
color: #2d806d;
}
.color-5 {
color: #1f5c4e;
}
/* CSS Variables */
:root {
--color-1: #a8c4d1;
--color-2: #6eb9b7;
--color-3: #4b9b8c;
--color-4: #2d806d;
--color-5: #1f5c4e;
} 🌈 Elysian Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c4d1, #6eb9b7, #4b9b8c, #2d806d, #1f5c4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c4d1, #6eb9b7, #4b9b8c, #2d806d, #1f5c4e);
} 🔗 Explore similar color palettes
Elysian Waters color palette created on .