Dusty Rose Reverie Color Palette
Discover the beautiful Dusty Rose Reverie color palette featuring coral tree (#a46a7e), lily (#c19fb4), melanie (#e6c7d4), bizarre (#f3e2e6) and prim (#f8f1f6).
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 Dusty Rose Reverie palette
💻 Dusty Rose Reverie color palette CSS
/* CSS */
.color-1 {
color: #a46a7e;
}
.color-2 {
color: #c19fb4;
}
.color-3 {
color: #e6c7d4;
}
.color-4 {
color: #f3e2e6;
}
.color-5 {
color: #f8f1f6;
}
/* CSS Variables */
:root {
--color-1: #a46a7e;
--color-2: #c19fb4;
--color-3: #e6c7d4;
--color-4: #f3e2e6;
--color-5: #f8f1f6;
} 🌈 Dusty Rose Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a46a7e, #c19fb4, #e6c7d4, #f3e2e6, #f8f1f6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a46a7e, #c19fb4, #e6c7d4, #f3e2e6, #f8f1f6);
} 🔗 Explore similar color palettes
Dusty Rose Reverie color palette created on .