Aqua Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Serenity palette

Share this palette to:

Download Aqua Serenity Color Palette (PNG)

Download aqua serenity color palette PNG image (landscape)
Download aqua serenity color palette PNG image (square)

Aqua Serenity color palette CSS

/* CSS */
.color-1 {
color: #1abedb;
}
.color-2 {
color: #2dd2ca;
}
.color-3 {
color: #3de1b5;
}
.color-4 {
color: #69e2d6;
}
.color-5 {
color: #a4e7ef;
}

/* CSS Variables */
:root {
--color-1: #1abedb;
--color-2: #2dd2ca;
--color-3: #3de1b5;
--color-4: #69e2d6;
--color-5: #a4e7ef;
}

Aqua Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abedb, #2dd2ca, #3de1b5, #69e2d6, #a4e7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abedb, #2dd2ca, #3de1b5, #69e2d6, #a4e7ef);
}

Aqua Serenity color palette created on .