Whispers of Autumn Dusk Color Palette

Discover the beautiful Whispers of Autumn Dusk color palette featuring sea pink (#ecaa9c), turkish rose (#b3808e), storm gray (#74788b), falcon (#7c5f62) and blue bayoux (#4f6c82).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Blue, Warm, Earthy, 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 Whispers of Autumn Dusk palette

Share this palette to:

💻 Whispers of Autumn Dusk color palette CSS

/* CSS */
.color-1 {
color: #ecaa9c;
}
.color-2 {
color: #b3808e;
}
.color-3 {
color: #74788b;
}
.color-4 {
color: #7c5f62;
}
.color-5 {
color: #4f6c82;
}

/* CSS Variables */
:root {
--color-1: #ecaa9c;
--color-2: #b3808e;
--color-3: #74788b;
--color-4: #7c5f62;
--color-5: #4f6c82;
}

🌈 Whispers of Autumn Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecaa9c, #b3808e, #74788b, #7c5f62, #4f6c82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecaa9c, #b3808e, #74788b, #7c5f62, #4f6c82);
}

Whispers of Autumn Dusk color palette created on .