Whispers of the Forest Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Forest palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Forest CSS

/* 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 con gradiente di sfondo 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 .