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: #1abedb;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #0097a8;
}
.color-4 {
color: #007a6c;
}
.color-5 {
color: #006b5f;
}

/* CSS Variables */
:root {
--color-1: #1abedb;
--color-2: #00bdd6;
--color-3: #0097a8;
--color-4: #007a6c;
--color-5: #006b5f;
}

Aqua Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abedb, #00bdd6, #0097a8, #007a6c, #006b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abedb, #00bdd6, #0097a8, #007a6c, #006b5f);
}

Aqua Serenity color palette created on .