Whispers of Woodland Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Woodland Earth palette

Share this palette to:

Whispers of Woodland Earth color palette CSS

/* CSS */
.color-1 {
color: #c6bda9;
}
.color-2 {
color: #a19278;
}
.color-3 {
color: #827355;
}
.color-4 {
color: #645d3a;
}
.color-5 {
color: #484e22;
}

/* CSS Variables */
:root {
--color-1: #c6bda9;
--color-2: #a19278;
--color-3: #827355;
--color-4: #645d3a;
--color-5: #484e22;
}

Whispers of Woodland Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6bda9, #a19278, #827355, #645d3a, #484e22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6bda9, #a19278, #827355, #645d3a, #484e22);
}

Whispers of Woodland Earth color palette created on .