Whispers of the Withered Color Palette

Discover the beautiful Whispers of the Withered color palette featuring mule fawn (#8c5a2b), indian khaki (#c2b180), malta (#bfb09c), swirl (#d5cec3) and mondo (#4e3b31).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Brown, Autumn, Nature, Wood 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 Withered palette

Share this palette to:

💻 Whispers of the Withered color palette CSS

/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #c2b180;
}
.color-3 {
color: #bfb09c;
}
.color-4 {
color: #d5cec3;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #c2b180;
--color-3: #bfb09c;
--color-4: #d5cec3;
--color-5: #4e3b31;
}

🌈 Whispers of the Withered background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #c2b180, #bfb09c, #d5cec3, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #c2b180, #bfb09c, #d5cec3, #4e3b31);
}

Whispers of the Withered color palette created on .