Autumn's Whispering Hues Color Palette

Discover the beautiful Autumn's Whispering Hues color palette featuring desert sand (#eecdb4), antique brass (#c98d73), xanadu (#708977), medium carmine (#ab463b) and finlandia (#536a5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Warm, Rustic, 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 Autumn's Whispering Hues palette

Share this palette to:

💻 Autumn's Whispering Hues color palette CSS

/* CSS */
.color-1 {
color: #eecdb4;
}
.color-2 {
color: #c98d73;
}
.color-3 {
color: #708977;
}
.color-4 {
color: #ab463b;
}
.color-5 {
color: #536a5a;
}

/* CSS Variables */
:root {
--color-1: #eecdb4;
--color-2: #c98d73;
--color-3: #708977;
--color-4: #ab463b;
--color-5: #536a5a;
}

🌈 Autumn's Whispering Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eecdb4, #c98d73, #708977, #ab463b, #536a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eecdb4, #c98d73, #708977, #ab463b, #536a5a);
}

Autumn's Whispering Hues color palette created on .