Lustrous Opulence Color Palette
Discover the beautiful Lustrous Opulence color palette featuring dawn pink (#f3e5e2), blossom (#d7b2c4), lily (#c9a6b8), london hue (#b8a4c1) and melanie (#e0c2d5).
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 Lustrous Opulence palette
💻 Lustrous Opulence color palette CSS
/* CSS */
.color-1 {
color: #f3e5e2;
}
.color-2 {
color: #d7b2c4;
}
.color-3 {
color: #c9a6b8;
}
.color-4 {
color: #b8a4c1;
}
.color-5 {
color: #e0c2d5;
}
/* CSS Variables */
:root {
--color-1: #f3e5e2;
--color-2: #d7b2c4;
--color-3: #c9a6b8;
--color-4: #b8a4c1;
--color-5: #e0c2d5;
} 🌈 Lustrous Opulence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5e2, #d7b2c4, #c9a6b8, #b8a4c1, #e0c2d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5e2, #d7b2c4, #c9a6b8, #b8a4c1, #e0c2d5);
} 🔗 Explore similar color palettes
Lustrous Opulence color palette created on .