Woodland Whisper Color Palette

Discover the beautiful Woodland Whisper color palette featuring yellow metal (#7c5b3c), cape palliser (#a36b4d), twine (#c19a67), akaroa (#d4c5a0) and wheatfield (#f1e3c6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Brown, Green, Soft 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: #7c5b3c;
}
.color-2 {
color: #a36b4d;
}
.color-3 {
color: #c19a67;
}
.color-4 {
color: #d4c5a0;
}
.color-5 {
color: #f1e3c6;
}

/* CSS Variables */
:root {
--color-1: #7c5b3c;
--color-2: #a36b4d;
--color-3: #c19a67;
--color-4: #d4c5a0;
--color-5: #f1e3c6;
}

🌈 Woodland Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5b3c, #a36b4d, #c19a67, #d4c5a0, #f1e3c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5b3c, #a36b4d, #c19a67, #d4c5a0, #f1e3c6);
}

Woodland Whisper color palette created on .