Woodland Whisper Color Palette

Discover the beautiful Woodland Whisper color palette featuring sycamore (#877f3b), laser (#c9b76e), zombie (#e8cc9f), copper (#c56d41) and nutmeg (#85442a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Neutral, Tan, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Woodland Whisper palette

Share this palette to:

💻 Woodland Whisper color palette CSS

/* CSS */
.color-1 {
color: #877f3b;
}
.color-2 {
color: #c9b76e;
}
.color-3 {
color: #e8cc9f;
}
.color-4 {
color: #c56d41;
}
.color-5 {
color: #85442a;
}

/* CSS Variables */
:root {
--color-1: #877f3b;
--color-2: #c9b76e;
--color-3: #e8cc9f;
--color-4: #c56d41;
--color-5: #85442a;
}

🌈 Woodland Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #877f3b, #c9b76e, #e8cc9f, #c56d41, #85442a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #877f3b, #c9b76e, #e8cc9f, #c56d41, #85442a);
}

Woodland Whisper color palette created on .