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: #2ca59f;
}
.color-2 {
color: #75d7ca;
}
.color-3 {
color: #b4f3e0;
}
.color-4 {
color: #eaf6f1;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #2ca59f;
--color-2: #75d7ca;
--color-3: #b4f3e0;
--color-4: #eaf6f1;
--color-5: #ffffff;
}

Aqua Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ca59f, #75d7ca, #b4f3e0, #eaf6f1, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ca59f, #75d7ca, #b4f3e0, #eaf6f1, #ffffff);
}

Similar color palettes

Aqua Serenity color palette created on .