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: #9fd2df;
}
.color-2 {
color: #6cb5c6;
}
.color-3 {
color: #3c9eb9;
}
.color-4 {
color: #007f99;
}
.color-5 {
color: #005b80;
}
/* CSS Variables */
:root {
--color-1: #9fd2df;
--color-2: #6cb5c6;
--color-3: #3c9eb9;
--color-4: #007f99;
--color-5: #005b80;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fd2df, #6cb5c6, #3c9eb9, #007f99, #005b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fd2df, #6cb5c6, #3c9eb9, #007f99, #005b80);
}
Similar color palettes
Aqua Serenity color palette created on .