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: #3a5c33;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #9c9c9c;
}
.color-4 {
color: #5c5e50;
}
.color-5 {
color: #f1f0f5;
}

/* CSS Variables */
:root {
--color-1: #3a5c33;
--color-2: #a77ccb;
--color-3: #9c9c9c;
--color-4: #5c5e50;
--color-5: #f1f0f5;
}

CSS con gradiente di sfondo Whispers of the Woodland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5c33, #a77ccb, #9c9c9c, #5c5e50, #f1f0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5c33, #a77ccb, #9c9c9c, #5c5e50, #f1f0f5);
}

Tavolozze di colori simili

Whispers of the Woodland color palette created on .