Dusty Rose Dreams Color Palette
Discover the beautiful Dusty Rose Dreams color palette featuring careys pink (#d6a8b1), prelude (#c8b5e3), gum leaf (#b2d7c4), wheat (#f5d6b2) and melanie (#e2b6c9).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Lavender, Sage, Soft 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 Dusty Rose Dreams palette
💻 Dusty Rose Dreams color palette CSS
/* CSS */
.color-1 {
color: #d6a8b1;
}
.color-2 {
color: #c8b5e3;
}
.color-3 {
color: #b2d7c4;
}
.color-4 {
color: #f5d6b2;
}
.color-5 {
color: #e2b6c9;
}
/* CSS Variables */
:root {
--color-1: #d6a8b1;
--color-2: #c8b5e3;
--color-3: #b2d7c4;
--color-4: #f5d6b2;
--color-5: #e2b6c9;
} 🌈 Dusty Rose Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a8b1, #c8b5e3, #b2d7c4, #f5d6b2, #e2b6c9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a8b1, #c8b5e3, #b2d7c4, #f5d6b2, #e2b6c9);
} 🔗 Explore similar color palettes
Dusty Rose Dreams color palette created on .