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: #009ba3;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d1b2;
}
.color-4 {
color: #00e6bf;
}
.color-5 {
color: #a1e8e1;
}
/* CSS Variables */
:root {
--color-1: #009ba3;
--color-2: #00b3aa;
--color-3: #00d1b2;
--color-4: #00e6bf;
--color-5: #a1e8e1;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009ba3, #00b3aa, #00d1b2, #00e6bf, #a1e8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009ba3, #00b3aa, #00d1b2, #00e6bf, #a1e8e1);
}
Similar color palettes
Aqua Serenity color palette created on .