Modern Luxury Color Palette
Discover the beautiful Modern Luxury color palette featuring mauve (#d3b8ff), melrose (#a98fff), cornflower blue (#7e61ff), electric violet (#513dff) and blue (#2d1aff).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withLuxury, Modern, Purple, Vibrant, Bright, Embroidery, Soft Summer, High Contrast 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 Modern Luxury palette
💻 Modern Luxury color palette CSS
/* CSS */
.color-1 {
color: #d3b8ff;
}
.color-2 {
color: #a98fff;
}
.color-3 {
color: #7e61ff;
}
.color-4 {
color: #513dff;
}
.color-5 {
color: #2d1aff;
}
/* CSS Variables */
:root {
--color-1: #d3b8ff;
--color-2: #a98fff;
--color-3: #7e61ff;
--color-4: #513dff;
--color-5: #2d1aff;
}
🌈 Modern Luxury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b8ff, #a98fff, #7e61ff, #513dff, #2d1aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b8ff, #a98fff, #7e61ff, #513dff, #2d1aff);
}
🔗 Explore similar color palettes
Modern Luxury color palette created on .