Elegant Black Gold Purple Color Palette
Discover the beautiful Elegant Black Gold Purple color palette featuring cod gray (#1c1c1c), luxor gold (#a57b2c), butterfly bush (#5e4b8b), roti (#bda34c) and trendy pink (#8d5f9b).
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 Black Gold Purple palette
💻 Elegant Black Gold Purple color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #a57b2c;
}
.color-3 {
color: #5e4b8b;
}
.color-4 {
color: #bda34c;
}
.color-5 {
color: #8d5f9b;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #a57b2c;
--color-3: #5e4b8b;
--color-4: #bda34c;
--color-5: #8d5f9b;
} 🌈 Elegant Black Gold Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #a57b2c, #5e4b8b, #bda34c, #8d5f9b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #a57b2c, #5e4b8b, #bda34c, #8d5f9b);
} 🔗 Explore similar color palettes
Elegant Black Gold Purple color palette created on .