Paleta de colores Black and Gold Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Black and Gold Elegance palette
CSS de la paleta de colores Black and Gold Elegance
/* 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;
}
CSS del degradado de fondo Black and Gold Elegance
/* 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);
}
Paletas de colores similares
Black and Gold Elegance color palette created on .