Whispers of Autumn Mist Color Palette

Discover the beautiful Whispers of Autumn Mist color palette featuring quicksand (#b9a28d), dune (#272120), black (#000000), blue bell (#a298cd) and magnolia (#fcfaff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Black, Cream, Earthy, Elegant, Neutral, Purple, Vintage, Warm 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 Mist palette

Share this palette to:

💻 Whispers of Autumn Mist color palette CSS

/* CSS */
.color-1 {
color: #b9a28d;
}
.color-2 {
color: #272120;
}
.color-3 {
color: #000000;
}
.color-4 {
color: #a298cd;
}
.color-5 {
color: #fcfaff;
}

/* CSS Variables */
:root {
--color-1: #b9a28d;
--color-2: #272120;
--color-3: #000000;
--color-4: #a298cd;
--color-5: #fcfaff;
}

🌈 Whispers of Autumn Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9a28d, #272120, #000000, #a298cd, #fcfaff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9a28d, #272120, #000000, #a298cd, #fcfaff);
}

Whispers of Autumn Mist color palette created on .