Aqua Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Serenade palette

Share this palette to:

Aqua Serenade color palette CSS

/* CSS */
.color-1 {
color: #5ef7f2;
}
.color-2 {
color: #4ccfe1;
}
.color-3 {
color: #3cb2d3;
}
.color-4 {
color: #2a94c6;
}
.color-5 {
color: #1a78b7;
}

/* CSS Variables */
:root {
--color-1: #5ef7f2;
--color-2: #4ccfe1;
--color-3: #3cb2d3;
--color-4: #2a94c6;
--color-5: #1a78b7;
}

Aqua Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ef7f2, #4ccfe1, #3cb2d3, #2a94c6, #1a78b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ef7f2, #4ccfe1, #3cb2d3, #2a94c6, #1a78b7);
}

Aqua Serenade color palette created on .