Whispering Dusk Color Palette

Discover the beautiful Whispering Dusk color palette featuring westar (#e0dfd9), white rock (#ede7db), pampas (#f5f5f0), moon mist (#d1dac5) and gull gray (#94a9b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Gray, Light, Modern, Muted, Neutral, Soft, 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 Whispering Dusk palette

Share this palette to:

💻 Whispering Dusk color palette CSS

/* CSS */
.color-1 {
color: #e0dfd9;
}
.color-2 {
color: #ede7db;
}
.color-3 {
color: #f5f5f0;
}
.color-4 {
color: #d1dac5;
}
.color-5 {
color: #94a9b8;
}

/* CSS Variables */
:root {
--color-1: #e0dfd9;
--color-2: #ede7db;
--color-3: #f5f5f0;
--color-4: #d1dac5;
--color-5: #94a9b8;
}

🌈 Whispering Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0dfd9, #ede7db, #f5f5f0, #d1dac5, #94a9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0dfd9, #ede7db, #f5f5f0, #d1dac5, #94a9b8);
}

Whispering Dusk color palette created on .