Whispers of Autumn Earth Color Palette

Discover the beautiful Whispers of Autumn Earth color palette featuring moon mist (#dbdcd0), laser (#c9a978), dawn (#a5a397), barley corn (#a08c64) and yellow metal (#7a6d3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Warm, Rustic, Vintage, 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 Whispers of Autumn Earth palette

Share this palette to:

💻 Whispers of Autumn Earth color palette CSS

/* CSS */
.color-1 {
color: #dbdcd0;
}
.color-2 {
color: #c9a978;
}
.color-3 {
color: #a5a397;
}
.color-4 {
color: #a08c64;
}
.color-5 {
color: #7a6d3e;
}

/* CSS Variables */
:root {
--color-1: #dbdcd0;
--color-2: #c9a978;
--color-3: #a5a397;
--color-4: #a08c64;
--color-5: #7a6d3e;
}

🌈 Whispers of Autumn Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdcd0, #c9a978, #a5a397, #a08c64, #7a6d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdcd0, #c9a978, #a5a397, #a08c64, #7a6d3e);
}

Whispers of Autumn Earth color palette created on .