Paleta de colores Serene Waterscape Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Waterscape Harmony palette
Image Gallery
CSS de la paleta de colores Serene Waterscape Harmony
/* 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;
}
CSS del degradado de fondo Serene Waterscape Harmony
/* 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);
}
Paletas de colores similares
Serene Waterscape Harmony color palette created on .