Aqua Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Serenity palette
Aqua Serenity color palette CSS
/* CSS */
.color-1 {
color: #1abfe0;
}
.color-2 {
color: #58c4d0;
}
.color-3 {
color: #6fe2c3;
}
.color-4 {
color: #92f6b9;
}
.color-5 {
color: #c3f9d8;
}
/* CSS Variables */
:root {
--color-1: #1abfe0;
--color-2: #58c4d0;
--color-3: #6fe2c3;
--color-4: #92f6b9;
--color-5: #c3f9d8;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abfe0, #58c4d0, #6fe2c3, #92f6b9, #c3f9d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abfe0, #58c4d0, #6fe2c3, #92f6b9, #c3f9d8);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Aqua Serenity color palette created on .