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: #dbe5f5;
}
.color-2 {
color: #a3c8e1;
}
.color-3 {
color: #7bb8d1;
}
.color-4 {
color: #4da0b3;
}
.color-5 {
color: #1d8a96;
}

/* CSS Variables */
:root {
--color-1: #dbe5f5;
--color-2: #a3c8e1;
--color-3: #7bb8d1;
--color-4: #4da0b3;
--color-5: #1d8a96;
}

Aqua Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe5f5, #a3c8e1, #7bb8d1, #4da0b3, #1d8a96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe5f5, #a3c8e1, #7bb8d1, #4da0b3, #1d8a96);
}

Aqua Serenade color palette created on .