Whispers of the Woodland Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Woodland palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Woodland CSS

/* CSS */
.color-1 {
color: #376719;
}
.color-2 {
color: #4b882b;
}
.color-3 {
color: #6db05e;
}
.color-4 {
color: #c3ae69;
}
.color-5 {
color: #a88d3e;
}

/* CSS Variables */
:root {
--color-1: #376719;
--color-2: #4b882b;
--color-3: #6db05e;
--color-4: #c3ae69;
--color-5: #a88d3e;
}

CSS con gradiente di sfondo Whispers of the Woodland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #376719, #4b882b, #6db05e, #c3ae69, #a88d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #376719, #4b882b, #6db05e, #c3ae69, #a88d3e);
}

Whispers of the Woodland color palette created on .