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: #1d8b87;
}
.color-2 {
color: #3b9b9a;
}
.color-3 {
color: #61b3a9;
}
.color-4 {
color: #94d6c9;
}
.color-5 {
color: #d4f2df;
}
/* CSS Variables */
:root {
--color-1: #1d8b87;
--color-2: #3b9b9a;
--color-3: #61b3a9;
--color-4: #94d6c9;
--color-5: #d4f2df;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8b87, #3b9b9a, #61b3a9, #94d6c9, #d4f2df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8b87, #3b9b9a, #61b3a9, #94d6c9, #d4f2df);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Aqua Serenity color palette created on .