Paleta de colores Whispering Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Forest palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Forest

/* CSS */
.color-1 {
color: #4a5c3d;
}
.color-2 {
color: #6a7d54;
}
.color-3 {
color: #8f9e6b;
}
.color-4 {
color: #b7c8a7;
}
.color-5 {
color: #dfe7d0;
}

/* CSS Variables */
:root {
--color-1: #4a5c3d;
--color-2: #6a7d54;
--color-3: #8f9e6b;
--color-4: #b7c8a7;
--color-5: #dfe7d0;
}

CSS del degradado de fondo Whispering Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5c3d, #6a7d54, #8f9e6b, #b7c8a7, #dfe7d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5c3d, #6a7d54, #8f9e6b, #b7c8a7, #dfe7d0);
}

Whispering Forest color palette created on .