Louis XVI Elegance Color Palette
Discover the beautiful Louis XVI Elegance color palette featuring sidecar (#f4e1c3), melanie (#e1b7d3), light wisteria (#d2a7d7), london hue (#b59bc5) and purple mountain's majesty (#9c7ebe).
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 Louis XVI Elegance palette
💻 Louis XVI Elegance color palette CSS
/* CSS */
.color-1 {
color: #f4e1c3;
}
.color-2 {
color: #e1b7d3;
}
.color-3 {
color: #d2a7d7;
}
.color-4 {
color: #b59bc5;
}
.color-5 {
color: #9c7ebe;
}
/* CSS Variables */
:root {
--color-1: #f4e1c3;
--color-2: #e1b7d3;
--color-3: #d2a7d7;
--color-4: #b59bc5;
--color-5: #9c7ebe;
} 🌈 Louis XVI Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e1c3, #e1b7d3, #d2a7d7, #b59bc5, #9c7ebe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e1c3, #e1b7d3, #d2a7d7, #b59bc5, #9c7ebe);
} 🔗 Explore similar color palettes
Louis XVI Elegance color palette created on .