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: #9bd0e4;
}
.color-2 {
color: #b3dbea;
}
.color-3 {
color: #c7e5ef;
}
.color-4 {
color: #b0e3de;
}
.color-5 {
color: #98e1d3;
}

/* CSS Variables */
:root {
--color-1: #9bd0e4;
--color-2: #b3dbea;
--color-3: #c7e5ef;
--color-4: #b0e3de;
--color-5: #98e1d3;
}

Aqua Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9bd0e4, #b3dbea, #c7e5ef, #b0e3de, #98e1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9bd0e4, #b3dbea, #c7e5ef, #b0e3de, #98e1d3);
}

Aqua Serenity color palette created on .