Serene Aqua Bliss Color Palette
Discover the beautiful Serene Aqua Bliss color palette featuring polar (#e1f9f8), cruise (#b3eae2), monte carlo (#80d0cb), fountain blue (#4bb9b2) and jungle green (#2a9b9d).
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 Serene Aqua Bliss palette
💻 Serene Aqua Bliss color palette CSS
/* CSS */
.color-1 {
color: #e1f9f8;
}
.color-2 {
color: #b3eae2;
}
.color-3 {
color: #80d0cb;
}
.color-4 {
color: #4bb9b2;
}
.color-5 {
color: #2a9b9d;
}
/* CSS Variables */
:root {
--color-1: #e1f9f8;
--color-2: #b3eae2;
--color-3: #80d0cb;
--color-4: #4bb9b2;
--color-5: #2a9b9d;
}
🌈 Serene Aqua Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1f9f8, #b3eae2, #80d0cb, #4bb9b2, #2a9b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1f9f8, #b3eae2, #80d0cb, #4bb9b2, #2a9b9d);
}
🔗 Explore similar color palettes
Serene Aqua Bliss color palette created on .