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: #2d9f9b;
}
.color-2 {
color: #50c3b2;
}
.color-3 {
color: #79d2c2;
}
.color-4 {
color: #a4e0d1;
}
.color-5 {
color: #d4f7e1;
}
/* CSS Variables */
:root {
--color-1: #2d9f9b;
--color-2: #50c3b2;
--color-3: #79d2c2;
--color-4: #a4e0d1;
--color-5: #d4f7e1;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d9f9b, #50c3b2, #79d2c2, #a4e0d1, #d4f7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d9f9b, #50c3b2, #79d2c2, #a4e0d1, #d4f7e1);
}
Similar color palettes
Aqua Serenity color palette created on .