Whispers of Dusk Color Palette
Discover the beautiful Whispers of Dusk color palette featuring loblolly (#c2ccd0), cadet blue (#aab2ca), cold purple (#9ca9dd), dusty gray (#ad99a0) and chetwode blue (#8c9ad9).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withLavender, Minimalist, Spring 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 Dusk palette
💻 Whispers of Dusk color palette CSS
/* CSS */
.color-1 {
color: #c2ccd0;
}
.color-2 {
color: #aab2ca;
}
.color-3 {
color: #9ca9dd;
}
.color-4 {
color: #ad99a0;
}
.color-5 {
color: #8c9ad9;
}
/* CSS Variables */
:root {
--color-1: #c2ccd0;
--color-2: #aab2ca;
--color-3: #9ca9dd;
--color-4: #ad99a0;
--color-5: #8c9ad9;
} 🌈 Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2ccd0, #aab2ca, #9ca9dd, #ad99a0, #8c9ad9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2ccd0, #aab2ca, #9ca9dd, #ad99a0, #8c9ad9);
} 🔗 Explore similar color palettes
Whispers of Dusk color palette created on .