Black and Gold Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black and Gold Elegance palette
Black and Gold Elegance color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #4b4d00;
}
.color-3 {
color: #bdad00;
}
.color-4 {
color: #f0d400;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #4b4d00;
--color-3: #bdad00;
--color-4: #f0d400;
--color-5: #ffd900;
}
Black and Gold Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #4b4d00, #bdad00, #f0d400, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #4b4d00, #bdad00, #f0d400, #ffd900);
}
Similar color palettes
Black and Gold Elegance color palette created on .