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: #a8d3e1;
}
.color-2 {
color: #70b1c7;
}
.color-3 {
color: #4c9ba9;
}
.color-4 {
color: #2b7c8c;
}
.color-5 {
color: #1c5d6d;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #70b1c7;
--color-3: #4c9ba9;
--color-4: #2b7c8c;
--color-5: #1c5d6d;
}

Aqua Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #70b1c7, #4c9ba9, #2b7c8c, #1c5d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #70b1c7, #4c9ba9, #2b7c8c, #1c5d6d);
}

Aqua Serenity color palette created on .