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: #465c67;
}
.color-2 {
color: #5c654e;
}
.color-3 {
color: #586151;
}
.color-4 {
color: #a1c4b4;
}
.color-5 {
color: #f3e4aa;
}

/* CSS Variables */
:root {
--color-1: #465c67;
--color-2: #5c654e;
--color-3: #586151;
--color-4: #a1c4b4;
--color-5: #f3e4aa;
}

CSS del degradado de fondo Whispering Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #465c67, #5c654e, #586151, #a1c4b4, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #465c67, #5c654e, #586151, #a1c4b4, #f3e4aa);
}

Whispering Forest color palette created on .