Autumn Whisper Color Palette

Discover the beautiful Autumn Whisper color palette featuring kabul (#5f4b3a), coral tree (#a86d5d), cameo (#d4b69b), just right (#e8cbb0) and albescent white (#f2e1c4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Brown, Beige, Soft 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 Whisper palette

Share this palette to:

💻 Autumn Whisper color palette CSS

/* CSS */
.color-1 {
color: #5f4b3a;
}
.color-2 {
color: #a86d5d;
}
.color-3 {
color: #d4b69b;
}
.color-4 {
color: #e8cbb0;
}
.color-5 {
color: #f2e1c4;
}

/* CSS Variables */
:root {
--color-1: #5f4b3a;
--color-2: #a86d5d;
--color-3: #d4b69b;
--color-4: #e8cbb0;
--color-5: #f2e1c4;
}

🌈 Autumn Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4b3a, #a86d5d, #d4b69b, #e8cbb0, #f2e1c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4b3a, #a86d5d, #d4b69b, #e8cbb0, #f2e1c4);
}

Autumn Whisper color palette created on .