Elegant Black Gold Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Black Gold Purple palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elegant Black Gold Purple Color Palette (PNG)
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);
}
Similar color palettes
Elegant Black Gold Purple color palette created on .