Serenity Waves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity Waves palette

Share this palette to:

Serenity Waves color palette CSS

/* CSS */
.color-1 {
color: #a8e1d4;
}
.color-2 {
color: #69bfc3;
}
.color-3 {
color: #3d9e8c;
}
.color-4 {
color: #2a7969;
}
.color-5 {
color: #1f5b5a;
}

/* CSS Variables */
:root {
--color-1: #a8e1d4;
--color-2: #69bfc3;
--color-3: #3d9e8c;
--color-4: #2a7969;
--color-5: #1f5b5a;
}

Serenity Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1d4, #69bfc3, #3d9e8c, #2a7969, #1f5b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1d4, #69bfc3, #3d9e8c, #2a7969, #1f5b5a);
}

Serenity Waves color palette created on .