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: #60d7e2;
}
.color-2 {
color: #2d9cbe;
}
.color-3 {
color: #0a4c75;
}
.color-4 {
color: #a5e4e0;
}
.color-5 {
color: #f5b766;
}

/* CSS Variables */
:root {
--color-1: #60d7e2;
--color-2: #2d9cbe;
--color-3: #0a4c75;
--color-4: #a5e4e0;
--color-5: #f5b766;
}

Aqua Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60d7e2, #2d9cbe, #0a4c75, #a5e4e0, #f5b766);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60d7e2, #2d9cbe, #0a4c75, #a5e4e0, #f5b766);
}

Aqua Serenade color palette created on .