Discover the beautiful Whispers of Autumn Dreams color palette featuring calico (#e2c39c), gull gray (#95a6b7), copperfield (#d68857), horizon (#6280ac) and spicy mix (#915846).

Whispers of Autumn Dreams Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Whispers of Autumn Dreams palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Whispers of Autumn Dreams palette

Share this palette to:

💻 Whispers of Autumn Dreams color palette CSS

/* CSS */
.color-1 {
color: #e2c39c;
}
.color-2 {
color: #95a6b7;
}
.color-3 {
color: #d68857;
}
.color-4 {
color: #6280ac;
}
.color-5 {
color: #915846;
}

/* CSS Variables */
:root {
--color-1: #e2c39c;
--color-2: #95a6b7;
--color-3: #d68857;
--color-4: #6280ac;
--color-5: #915846;
}

🌈 Whispers of Autumn Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c39c, #95a6b7, #d68857, #6280ac, #915846);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c39c, #95a6b7, #d68857, #6280ac, #915846);
}

Whispers of Autumn Dreams color palette created on .