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
💡 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
💻 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);
} 🔗 Explore similar color palettes
Whispering Dusk color palette created on .