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: #0095b3;
}
.color-2 {
color: #1eb4d2;
}
.color-3 {
color: #1ee6df;
}
.color-4 {
color: #a5e3d6;
}
.color-5 {
color: #f5c99e;
}

/* CSS Variables */
:root {
--color-1: #0095b3;
--color-2: #1eb4d2;
--color-3: #1ee6df;
--color-4: #a5e3d6;
--color-5: #f5c99e;
}

Aqua Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095b3, #1eb4d2, #1ee6df, #a5e3d6, #f5c99e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095b3, #1eb4d2, #1ee6df, #a5e3d6, #f5c99e);
}

Aqua Serenade color palette created on .