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: #3c9baa;
}
.color-2 {
color: #5eb4c5;
}
.color-3 {
color: #8fd6d5;
}
.color-4 {
color: #b4e9e3;
}
.color-5 {
color: #d2f8f9;
}
/* CSS Variables */
:root {
--color-1: #3c9baa;
--color-2: #5eb4c5;
--color-3: #8fd6d5;
--color-4: #b4e9e3;
--color-5: #d2f8f9;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9baa, #5eb4c5, #8fd6d5, #b4e9e3, #d2f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9baa, #5eb4c5, #8fd6d5, #b4e9e3, #d2f8f9);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Aqua Serenity color palette created on .