Whispers of the Woodland Color Palette

Discover the beautiful Whispers of the Woodland color palette featuring pampas (#f5f4f0), bone (#e1d7c1), soft amber (#d7c6b7), quicksand (#b69b8b) and potters clay (#8c5b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Cream, Earthy, 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: #f5f4f0;
}
.color-2 {
color: #e1d7c1;
}
.color-3 {
color: #d7c6b7;
}
.color-4 {
color: #b69b8b;
}
.color-5 {
color: #8c5b3b;
}

/* CSS Variables */
:root {
--color-1: #f5f4f0;
--color-2: #e1d7c1;
--color-3: #d7c6b7;
--color-4: #b69b8b;
--color-5: #8c5b3b;
}

🌈 Whispers of the Woodland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f4f0, #e1d7c1, #d7c6b7, #b69b8b, #8c5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f4f0, #e1d7c1, #d7c6b7, #b69b8b, #8c5b3b);
}

Whispers of the Woodland color palette created on .