Whispers of Autumn Dusk Color Palette

Discover the beautiful Whispers of Autumn Dusk color palette featuring sea pink (#efa89a), turkish rose (#be7488), waikawa gray (#636c9c), au chico (#8a5157) and kashmir blue (#446c8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Pink, Blue, Burgundy, Gray, Warm, Earthy, Vibrant, Soft, Modern 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: #efa89a;
}
.color-2 {
color: #be7488;
}
.color-3 {
color: #636c9c;
}
.color-4 {
color: #8a5157;
}
.color-5 {
color: #446c8d;
}

/* CSS Variables */
:root {
--color-1: #efa89a;
--color-2: #be7488;
--color-3: #636c9c;
--color-4: #8a5157;
--color-5: #446c8d;
}

🌈 Whispers of Autumn Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efa89a, #be7488, #636c9c, #8a5157, #446c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efa89a, #be7488, #636c9c, #8a5157, #446c8d);
}

Whispers of Autumn Dusk color palette created on .