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: #4f9c8f;
}
.color-2 {
color: #64b49f;
}
.color-3 {
color: #a0d4c0;
}
.color-4 {
color: #f1e6d5;
}
.color-5 {
color: #e8bca1;
}

/* CSS Variables */
:root {
--color-1: #4f9c8f;
--color-2: #64b49f;
--color-3: #a0d4c0;
--color-4: #f1e6d5;
--color-5: #e8bca1;
}

Serene Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c8f, #64b49f, #a0d4c0, #f1e6d5, #e8bca1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c8f, #64b49f, #a0d4c0, #f1e6d5, #e8bca1);
}

Serene Waters color palette created on .