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: #cdd6bd;
}
.color-2 {
color: #98a17d;
}
.color-3 {
color: #747c5a;
}
.color-4 {
color: #545b3e;
}
.color-5 {
color: #3b4026;
}

/* CSS Variables */
:root {
--color-1: #cdd6bd;
--color-2: #98a17d;
--color-3: #747c5a;
--color-4: #545b3e;
--color-5: #3b4026;
}

CSS con gradiente di sfondo Whispers of the Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdd6bd, #98a17d, #747c5a, #545b3e, #3b4026);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdd6bd, #98a17d, #747c5a, #545b3e, #3b4026);
}

Whispers of the Forest color palette created on .