Whispering Woodland Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Woodland Hues palette

Share this palette to:

Whispering Woodland Hues color palette CSS

/* CSS */
.color-1 {
color: #dae7db;
}
.color-2 {
color: #aaac9a;
}
.color-3 {
color: #989657;
}
.color-4 {
color: #828273;
}
.color-5 {
color: #6c6747;
}

/* CSS Variables */
:root {
--color-1: #dae7db;
--color-2: #aaac9a;
--color-3: #989657;
--color-4: #828273;
--color-5: #6c6747;
}

Whispering Woodland Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dae7db, #aaac9a, #989657, #828273, #6c6747);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dae7db, #aaac9a, #989657, #828273, #6c6747);
}

Similar color palettes

Scroll down to explore 1 Soft green color palette

Whispering Woodland Hues color palette created on .