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: #3bb2c9;
}
.color-2 {
color: #1e8a88;
}
.color-3 {
color: #1b5c69;
}
.color-4 {
color: #4b8da0;
}
.color-5 {
color: #dff6f0;
}

/* CSS Variables */
:root {
--color-1: #3bb2c9;
--color-2: #1e8a88;
--color-3: #1b5c69;
--color-4: #4b8da0;
--color-5: #dff6f0;
}

Aqua Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bb2c9, #1e8a88, #1b5c69, #4b8da0, #dff6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bb2c9, #1e8a88, #1b5c69, #4b8da0, #dff6f0);
}

Aqua Serenity color palette created on .