Earthy Whisper Tones Color Palette

Discover the beautiful Earthy Whisper Tones color palette featuring bison hide (#c8bfac), donkey brown (#a6977d), domino (#87785a), tobacco brown (#6c6242) and woodland (#524d2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Neutral, Cool, Minimalist, Boho, 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 Earthy Whisper Tones palette

Share this palette to:

💻 Earthy Whisper Tones color palette CSS

/* CSS */
.color-1 {
color: #c8bfac;
}
.color-2 {
color: #a6977d;
}
.color-3 {
color: #87785a;
}
.color-4 {
color: #6c6242;
}
.color-5 {
color: #524d2d;
}

/* CSS Variables */
:root {
--color-1: #c8bfac;
--color-2: #a6977d;
--color-3: #87785a;
--color-4: #6c6242;
--color-5: #524d2d;
}

🌈 Earthy Whisper Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8bfac, #a6977d, #87785a, #6c6242, #524d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8bfac, #a6977d, #87785a, #6c6242, #524d2d);
}

Earthy Whisper Tones color palette created on .