Whispers of Woodland Color Palette

Discover the beautiful Whispers of Woodland color palette featuring bone (#e1d6bb), hillary (#ada586), granite green (#908c6e), peat (#747055) and hemlock (#625c40).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Earthy, Minimalist, Muted, Rustic, 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 Whispers of Woodland palette

Share this palette to:

💻 Whispers of Woodland color palette CSS

/* CSS */
.color-1 {
color: #e1d6bb;
}
.color-2 {
color: #ada586;
}
.color-3 {
color: #908c6e;
}
.color-4 {
color: #747055;
}
.color-5 {
color: #625c40;
}

/* CSS Variables */
:root {
--color-1: #e1d6bb;
--color-2: #ada586;
--color-3: #908c6e;
--color-4: #747055;
--color-5: #625c40;
}

🌈 Whispers of Woodland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d6bb, #ada586, #908c6e, #747055, #625c40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d6bb, #ada586, #908c6e, #747055, #625c40);
}

Whispers of Woodland color palette created on .