Melancholy Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Melancholy Waters palette

Share this palette to:

Melancholy Waters color palette CSS

/* CSS */
.color-1 {
color: #497c92;
}
.color-2 {
color: #6aa1a9;
}
.color-3 {
color: #8dc2c9;
}
.color-4 {
color: #b5e0e3;
}
.color-5 {
color: #d3f3f2;
}

/* CSS Variables */
:root {
--color-1: #497c92;
--color-2: #6aa1a9;
--color-3: #8dc2c9;
--color-4: #b5e0e3;
--color-5: #d3f3f2;
}

Melancholy Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497c92, #6aa1a9, #8dc2c9, #b5e0e3, #d3f3f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497c92, #6aa1a9, #8dc2c9, #b5e0e3, #d3f3f2);
}

Melancholy Waters color palette created on .