Serene Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Waters palette

Share this palette to:

Serene Waters color palette CSS

/* CSS */
.color-1 {
color: #bfd5e8;
}
.color-2 {
color: #a3c4d7;
}
.color-3 {
color: #7ba7b7;
}
.color-4 {
color: #4e8a97;
}
.color-5 {
color: #3c717c;
}

/* CSS Variables */
:root {
--color-1: #bfd5e8;
--color-2: #a3c4d7;
--color-3: #7ba7b7;
--color-4: #4e8a97;
--color-5: #3c717c;
}

Serene Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfd5e8, #a3c4d7, #7ba7b7, #4e8a97, #3c717c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfd5e8, #a3c4d7, #7ba7b7, #4e8a97, #3c717c);
}

Serene Waters color palette created on .