Whispers of the Woodland Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Woodland palette

Share this palette to:

Whispers of the Woodland color palette 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;
}

Whispers of the Woodland background gradient CSS

/* 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);
}

Similar color palettes

Whispers of the Woodland color palette created on .