Whispering Dusk Color Palette
Discover the beautiful Whispering Dusk color palette featuring swirl (#d0cec3), bone (#e7dac6), green white (#f0f0e5), rainee (#b6c8a2) and horizon (#5b809a).
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: #d0cec3;
}
.color-2 {
color: #e7dac6;
}
.color-3 {
color: #f0f0e5;
}
.color-4 {
color: #b6c8a2;
}
.color-5 {
color: #5b809a;
}
/* CSS Variables */
:root {
--color-1: #d0cec3;
--color-2: #e7dac6;
--color-3: #f0f0e5;
--color-4: #b6c8a2;
--color-5: #5b809a;
} 🌈 Whispering Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0cec3, #e7dac6, #f0f0e5, #b6c8a2, #5b809a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0cec3, #e7dac6, #f0f0e5, #b6c8a2, #5b809a);
} 🔗 Explore similar color palettes
Whispering Dusk color palette created on .