Luxury Elegance Color Palette
Discover the beautiful Luxury Elegance color palette featuring prelude (#c1b8e0), bone (#e0c9b3), blossom (#d6a8b8), shady lady (#b6a5b1) and new orleans (#f1d1a2).
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 Luxury Elegance palette
💻 Luxury Elegance color palette CSS
/* CSS */
.color-1 {
color: #c1b8e0;
}
.color-2 {
color: #e0c9b3;
}
.color-3 {
color: #d6a8b8;
}
.color-4 {
color: #b6a5b1;
}
.color-5 {
color: #f1d1a2;
}
/* CSS Variables */
:root {
--color-1: #c1b8e0;
--color-2: #e0c9b3;
--color-3: #d6a8b8;
--color-4: #b6a5b1;
--color-5: #f1d1a2;
}
🌈 Luxury Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1b8e0, #e0c9b3, #d6a8b8, #b6a5b1, #f1d1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1b8e0, #e0c9b3, #d6a8b8, #b6a5b1, #f1d1a2);
}
🔗 Explore similar color palettes
Luxury Elegance color palette created on .