Serene Waterscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Waterscape palette

Share this palette to:

Serene Waterscape color palette CSS

/* CSS */
.color-1 {
color: #5ab4e7;
}
.color-2 {
color: #6dd5e3;
}
.color-3 {
color: #89e6e4;
}
.color-4 {
color: #b5e3d9;
}
.color-5 {
color: #f4f8e2;
}

/* CSS Variables */
:root {
--color-1: #5ab4e7;
--color-2: #6dd5e3;
--color-3: #89e6e4;
--color-4: #b5e3d9;
--color-5: #f4f8e2;
}

Serene Waterscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ab4e7, #6dd5e3, #89e6e4, #b5e3d9, #f4f8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ab4e7, #6dd5e3, #89e6e4, #b5e3d9, #f4f8e2);
}

Serene Waterscape color palette created on .