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: #a8e1da;
}
.color-2 {
color: #4cc8c8;
}
.color-3 {
color: #1d9a9a;
}
.color-4 {
color: #009975;
}
.color-5 {
color: #007a6c;
}
/* CSS Variables */
:root {
--color-1: #a8e1da;
--color-2: #4cc8c8;
--color-3: #1d9a9a;
--color-4: #009975;
--color-5: #007a6c;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1da, #4cc8c8, #1d9a9a, #009975, #007a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1da, #4cc8c8, #1d9a9a, #009975, #007a6c);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Aqua Serenity color palette created on .