Aqua Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Serenity palette

Share this palette to:

Aqua Serenity color palette CSS

/* CSS */
.color-1 {
color: #a0e9de;
}
.color-2 {
color: #8dd8d2;
}
.color-3 {
color: #7ed3c0;
}
.color-4 {
color: #4db3a2;
}
.color-5 {
color: #2a8d80;
}

/* CSS Variables */
:root {
--color-1: #a0e9de;
--color-2: #8dd8d2;
--color-3: #7ed3c0;
--color-4: #4db3a2;
--color-5: #2a8d80;
}

Aqua Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0e9de, #8dd8d2, #7ed3c0, #4db3a2, #2a8d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0e9de, #8dd8d2, #7ed3c0, #4db3a2, #2a8d80);
}

Aqua Serenity color palette created on .