Whispers of Autumn Woods Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Autumn Woods palette

Condividi questa palette a:

tavolozza dei colori Whispers of Autumn Woods CSS

/* CSS */
.color-1 {
color: #d3d1cf;
}
.color-2 {
color: #8c9583;
}
.color-3 {
color: #a88057;
}
.color-4 {
color: #71695b;
}
.color-5 {
color: #7e4330;
}

/* CSS Variables */
:root {
--color-1: #d3d1cf;
--color-2: #8c9583;
--color-3: #a88057;
--color-4: #71695b;
--color-5: #7e4330;
}

CSS con gradiente di sfondo Whispers of Autumn Woods

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3d1cf, #8c9583, #a88057, #71695b, #7e4330);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3d1cf, #8c9583, #a88057, #71695b, #7e4330);
}

Whispers of Autumn Woods color palette created on .