Whispering Earthtones Color Palette

Discover the beautiful Whispering Earthtones color palette featuring soft amber (#d1c8b3), malta (#b7a99a), donkey brown (#a28c7c), shadow (#836a49) and shingle fawn (#6d4b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Neutral, 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 Whispering Earthtones palette

Share this palette to:

💻 Whispering Earthtones color palette CSS

/* CSS */
.color-1 {
color: #d1c8b3;
}
.color-2 {
color: #b7a99a;
}
.color-3 {
color: #a28c7c;
}
.color-4 {
color: #836a49;
}
.color-5 {
color: #6d4b3b;
}

/* CSS Variables */
:root {
--color-1: #d1c8b3;
--color-2: #b7a99a;
--color-3: #a28c7c;
--color-4: #836a49;
--color-5: #6d4b3b;
}

🌈 Whispering Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c8b3, #b7a99a, #a28c7c, #836a49, #6d4b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c8b3, #b7a99a, #a28c7c, #836a49, #6d4b3b);
}

Whispering Earthtones color palette created on .