Paleta de colores Whispering Greenery
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Greenery palette
CSS de la paleta de colores Whispering Greenery
/* CSS */
.color-1 {
color: #9fc6b8;
}
.color-2 {
color: #b1d2c3;
}
.color-3 {
color: #cae2d1;
}
.color-4 {
color: #dff1e3;
}
.color-5 {
color: #f5fff5;
}
/* CSS Variables */
:root {
--color-1: #9fc6b8;
--color-2: #b1d2c3;
--color-3: #cae2d1;
--color-4: #dff1e3;
--color-5: #f5fff5;
}
CSS del degradado de fondo Whispering Greenery
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc6b8, #b1d2c3, #cae2d1, #dff1e3, #f5fff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc6b8, #b1d2c3, #cae2d1, #dff1e3, #f5fff5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90+ paletas de colores Estético
Whispering Greenery color palette created on .