Paleta de colores Whispers of the Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of the Forest palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of the Forest

/* CSS */
.color-1 {
color: #d1d3cf;
}
.color-2 {
color: #85827a;
}
.color-3 {
color: #514e48;
}
.color-4 {
color: #233443;
}
.color-5 {
color: #272320;
}

/* CSS Variables */
:root {
--color-1: #d1d3cf;
--color-2: #85827a;
--color-3: #514e48;
--color-4: #233443;
--color-5: #272320;
}

CSS del degradado de fondo Whispers of the Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d3cf, #85827a, #514e48, #233443, #272320);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d3cf, #85827a, #514e48, #233443, #272320);
}

Whispers of the Forest color palette created on .