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: #00a0a3;
}
.color-2 {
color: #6ceae4;
}
.color-3 {
color: #abf2f0;
}
.color-4 {
color: #e2fafd;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #00a0a3;
--color-2: #6ceae4;
--color-3: #abf2f0;
--color-4: #e2fafd;
--color-5: #ffffff;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a0a3, #6ceae4, #abf2f0, #e2fafd, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a0a3, #6ceae4, #abf2f0, #e2fafd, #ffffff);
}
Similar color palettes
Scroll down to explore 200+ Aqua color palettes
Aqua Serenity color palette created on .