Woodland Whisper Color Palette

Discover the beautiful Woodland Whisper color palette featuring roman coffee (#785b4a), tan (#cfb08c), cashmere (#e6c2a3), just right (#edd5ba) and wheat (#f4e1b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Beige, Earthy, 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: #785b4a;
}
.color-2 {
color: #cfb08c;
}
.color-3 {
color: #e6c2a3;
}
.color-4 {
color: #edd5ba;
}
.color-5 {
color: #f4e1b3;
}

/* CSS Variables */
:root {
--color-1: #785b4a;
--color-2: #cfb08c;
--color-3: #e6c2a3;
--color-4: #edd5ba;
--color-5: #f4e1b3;
}

🌈 Woodland Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #785b4a, #cfb08c, #e6c2a3, #edd5ba, #f4e1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #785b4a, #cfb08c, #e6c2a3, #edd5ba, #f4e1b3);
}

Woodland Whisper color palette created on .