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: #d5d9dd;
}
.color-2 {
color: #b5afa1;
}
.color-3 {
color: #978c63;
}
.color-4 {
color: #826f27;
}
.color-5 {
color: #544e21;
}

/* CSS Variables */
:root {
--color-1: #d5d9dd;
--color-2: #b5afa1;
--color-3: #978c63;
--color-4: #826f27;
--color-5: #544e21;
}

Whispers of the Woodland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d9dd, #b5afa1, #978c63, #826f27, #544e21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d9dd, #b5afa1, #978c63, #826f27, #544e21);
}

Similar color palettes

Scroll down to explore 2 Light gray color palettes

Whispers of the Woodland color palette created on .