Aqua Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Serenade palette
Aqua Serenade color palette CSS
/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #1db4b4;
}
.color-3 {
color: #3e8e8c;
}
.color-4 {
color: #a3e0e0;
}
.color-5 {
color: #eaf6f6;
}
/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #1db4b4;
--color-3: #3e8e8c;
--color-4: #a3e0e0;
--color-5: #eaf6f6;
}
Aqua Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #1db4b4, #3e8e8c, #a3e0e0, #eaf6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #1db4b4, #3e8e8c, #a3e0e0, #eaf6f6);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Aqua Serenade color palette created on .