Whispers of Dusty Rose Color Palette
Discover the beautiful Whispers of Dusty Rose color palette featuring iron (#dbdbdc), pale slate (#cbc7c9), chatelle (#b8aebc), tan (#ce9e82) and amethyst smoke (#a99dad).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Boho, Minimalist 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 Dusty Rose palette
💻 Whispers of Dusty Rose color palette CSS
/* CSS */
.color-1 {
color: #dbdbdc;
}
.color-2 {
color: #cbc7c9;
}
.color-3 {
color: #b8aebc;
}
.color-4 {
color: #ce9e82;
}
.color-5 {
color: #a99dad;
}
/* CSS Variables */
:root {
--color-1: #dbdbdc;
--color-2: #cbc7c9;
--color-3: #b8aebc;
--color-4: #ce9e82;
--color-5: #a99dad;
} 🌈 Whispers of Dusty Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdbdc, #cbc7c9, #b8aebc, #ce9e82, #a99dad);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdbdc, #cbc7c9, #b8aebc, #ce9e82, #a99dad);
} 🔗 Explore similar color palettes
Whispers of Dusty Rose color palette created on .