Paleta de colores Whispering Forest Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Forest Shadows palette
CSS de la paleta de colores Whispering Forest Shadows
/* CSS */
.color-1 {
color: #cac6c4;
}
.color-2 {
color: #938a80;
}
.color-3 {
color: #4e612e;
}
.color-4 {
color: #304c69;
}
.color-5 {
color: #323f22;
}
/* CSS Variables */
:root {
--color-1: #cac6c4;
--color-2: #938a80;
--color-3: #4e612e;
--color-4: #304c69;
--color-5: #323f22;
}
CSS del degradado de fondo Whispering Forest Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cac6c4, #938a80, #4e612e, #304c69, #323f22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cac6c4, #938a80, #4e612e, #304c69, #323f22);
}
Paletas de colores similares
Whispering Forest Shadows color palette created on .