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: #234f11;
}
.color-2 {
color: #376a15;
}
.color-3 {
color: #537a24;
}
.color-4 {
color: #798334;
}
.color-5 {
color: #888d44;
}

/* CSS Variables */
:root {
--color-1: #234f11;
--color-2: #376a15;
--color-3: #537a24;
--color-4: #798334;
--color-5: #888d44;
}

Whispers of the Woodland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #234f11, #376a15, #537a24, #798334, #888d44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #234f11, #376a15, #537a24, #798334, #888d44);
}

Similar color palettes

Scroll down to explore 2 Dark Green color palettes

Whispers of the Woodland color palette created on .