Woodland Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Woodland Whisper palette

Share this palette to:

Woodland Whisper color palette CSS

/* CSS */
.color-1 {
color: #8f6b5b;
}
.color-2 {
color: #a67c6e;
}
.color-3 {
color: #d3b58d;
}
.color-4 {
color: #e3c6a1;
}
.color-5 {
color: #f1e3b1;
}

/* CSS Variables */
:root {
--color-1: #8f6b5b;
--color-2: #a67c6e;
--color-3: #d3b58d;
--color-4: #e3c6a1;
--color-5: #f1e3b1;
}

Woodland Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f6b5b, #a67c6e, #d3b58d, #e3c6a1, #f1e3b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f6b5b, #a67c6e, #d3b58d, #e3c6a1, #f1e3b1);
}

Woodland Whisper color palette created on .