Elegant Color Palette
Discover the beautiful Elegant color palette featuring london hue (#c9b3d1), bouquet (#a67da4), affair (#7c4a8c), bossanova (#4a2c63) and revolver (#2a1a3d).
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 Elegant palette
💻 Elegant color palette CSS
/* CSS */
.color-1 {
color: #c9b3d1;
}
.color-2 {
color: #a67da4;
}
.color-3 {
color: #7c4a8c;
}
.color-4 {
color: #4a2c63;
}
.color-5 {
color: #2a1a3d;
}
/* CSS Variables */
:root {
--color-1: #c9b3d1;
--color-2: #a67da4;
--color-3: #7c4a8c;
--color-4: #4a2c63;
--color-5: #2a1a3d;
}
🌈 Elegant background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9b3d1, #a67da4, #7c4a8c, #4a2c63, #2a1a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9b3d1, #a67da4, #7c4a8c, #4a2c63, #2a1a3d);
}
🔗 Explore similar color palettes
Elegant color palette created on .