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: #218ffd;
}
.color-2 {
color: #03befc;
}
.color-3 {
color: #02cccf;
}
.color-4 {
color: #21b0a9;
}
.color-5 {
color: #4682b4;
}
/* CSS Variables */
:root {
--color-1: #218ffd;
--color-2: #03befc;
--color-3: #02cccf;
--color-4: #21b0a9;
--color-5: #4682b4;
}
Aqua Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #218ffd, #03befc, #02cccf, #21b0a9, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #218ffd, #03befc, #02cccf, #21b0a9, #4682b4);
}
Similar color palettes
Aqua Serenade color palette created on .