Whispering Earthtones Color Palette

Discover the beautiful Whispering Earthtones color palette featuring clay ash (#b6c8b6), donkey brown (#a78c7b), soya bean (#645c4f), woody brown (#3c2a2b) and pearl bush (#e7e0d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSage, Brown, Earthy, Nature, Autumn 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 Whispering Earthtones palette

Share this palette to:

💻 Whispering Earthtones color palette CSS

/* CSS */
.color-1 {
color: #b6c8b6;
}
.color-2 {
color: #a78c7b;
}
.color-3 {
color: #645c4f;
}
.color-4 {
color: #3c2a2b;
}
.color-5 {
color: #e7e0d9;
}

/* CSS Variables */
:root {
--color-1: #b6c8b6;
--color-2: #a78c7b;
--color-3: #645c4f;
--color-4: #3c2a2b;
--color-5: #e7e0d9;
}

🌈 Whispering Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8b6, #a78c7b, #645c4f, #3c2a2b, #e7e0d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8b6, #a78c7b, #645c4f, #3c2a2b, #e7e0d9);
}

Whispering Earthtones color palette created on .