Aqua Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Serenity palette

Share this palette to:

Aqua Serenity color palette CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #f2b6a1;
}
.color-3 {
color: #f7e28d;
}
.color-4 {
color: #f9c9b9;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #f2b6a1;
--color-3: #f7e28d;
--color-4: #f9c9b9;
--color-5: #ff6e61;
}

Aqua Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #f2b6a1, #f7e28d, #f9c9b9, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #f2b6a1, #f7e28d, #f9c9b9, #ff6e61);
}

Aqua Serenity color palette created on .