Serene Waterscape Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Waterscape Harmony palette
Image Gallery
Serene Waterscape Harmony color palette CSS
/* CSS */
.color-1 {
color: #dae7ec;
}
.color-2 {
color: #c1d7e1;
}
.color-3 {
color: #abc9d8;
}
.color-4 {
color: #98bdd2;
}
.color-5 {
color: #85b1cc;
}
/* CSS Variables */
:root {
--color-1: #dae7ec;
--color-2: #c1d7e1;
--color-3: #abc9d8;
--color-4: #98bdd2;
--color-5: #85b1cc;
}
Serene Waterscape Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dae7ec, #c1d7e1, #abc9d8, #98bdd2, #85b1cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dae7ec, #c1d7e1, #abc9d8, #98bdd2, #85b1cc);
}
Similar color palettes
Serene Waterscape Harmony color palette created on .