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: #0096db;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #a5dde9;
}
.color-4 {
color: #f3f5f7;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b0e0;
--color-3: #a5dde9;
--color-4: #f3f5f7;
--color-5: #ffb84d;
}

Aqua Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b0e0, #a5dde9, #f3f5f7, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b0e0, #a5dde9, #f3f5f7, #ffb84d);
}

Aqua Serenade color palette created on .