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: #00b0e0;
}
.color-2 {
color: #5ce0e0;
}
.color-3 {
color: #9df6f6;
}
.color-4 {
color: #c1f2fb;
}
.color-5 {
color: #e5fffe;
}

/* CSS Variables */
:root {
--color-1: #00b0e0;
--color-2: #5ce0e0;
--color-3: #9df6f6;
--color-4: #c1f2fb;
--color-5: #e5fffe;
}

Aqua Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b0e0, #5ce0e0, #9df6f6, #c1f2fb, #e5fffe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b0e0, #5ce0e0, #9df6f6, #c1f2fb, #e5fffe);
}

Aqua Serenade color palette created on .