Paleta de colores Whispering Mist and Meadow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Mist and Meadow palette
CSS de la paleta de colores Whispering Mist and Meadow
/* CSS */
.color-1 {
color: #dee2e3;
}
.color-2 {
color: #c8cdd0;
}
.color-3 {
color: #b7bdbd;
}
.color-4 {
color: #c5d232;
}
.color-5 {
color: #a8adad;
}
/* CSS Variables */
:root {
--color-1: #dee2e3;
--color-2: #c8cdd0;
--color-3: #b7bdbd;
--color-4: #c5d232;
--color-5: #a8adad;
}
CSS del degradado de fondo Whispering Mist and Meadow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dee2e3, #c8cdd0, #b7bdbd, #c5d232, #a8adad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dee2e3, #c8cdd0, #b7bdbd, #c5d232, #a8adad);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10 paletas de colores Light gray
Whispering Mist and Meadow color palette created on .