Autumn Whispered Hues Color Palette

Discover the beautiful Autumn Whispered Hues color palette featuring pampas (#f7f5f3), thatch (#b4a08e), zest (#e77e27), sepia skin (#9c5b35) and shuttle gray (#56616c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWarm, Rustic, 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 Whispered Hues palette

Share this palette to:

💻 Autumn Whispered Hues color palette CSS

/* CSS */
.color-1 {
color: #f7f5f3;
}
.color-2 {
color: #b4a08e;
}
.color-3 {
color: #e77e27;
}
.color-4 {
color: #9c5b35;
}
.color-5 {
color: #56616c;
}

/* CSS Variables */
:root {
--color-1: #f7f5f3;
--color-2: #b4a08e;
--color-3: #e77e27;
--color-4: #9c5b35;
--color-5: #56616c;
}

🌈 Autumn Whispered Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f5f3, #b4a08e, #e77e27, #9c5b35, #56616c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f5f3, #b4a08e, #e77e27, #9c5b35, #56616c);
}

Autumn Whispered Hues color palette created on .