Whispers of the Woodland Color Palette

Discover the beautiful Whispers of the Woodland color palette featuring indian khaki (#c2b180), camouflage green (#7e8a6a), woodland (#495c23), ecru white (#f5f1e5) and silk (#b8b1a8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Green, Beige, 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 Whispers of the Woodland palette

Share this palette to:

💻 Whispers of the Woodland color palette CSS

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #7e8a6a;
}
.color-3 {
color: #495c23;
}
.color-4 {
color: #f5f1e5;
}
.color-5 {
color: #b8b1a8;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #7e8a6a;
--color-3: #495c23;
--color-4: #f5f1e5;
--color-5: #b8b1a8;
}

🌈 Whispers of the Woodland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #7e8a6a, #495c23, #f5f1e5, #b8b1a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #7e8a6a, #495c23, #f5f1e5, #b8b1a8);
}

Whispers of the Woodland color palette created on .