Paleta de colores Shades of Black and Gold
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Black and Gold palette
CSS de la paleta de colores Shades of Black and Gold
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #690dab;
}
.color-4 {
color: #a85f2e;
}
.color-5 {
color: #f4c543;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #d4af35;
--color-3: #690dab;
--color-4: #a85f2e;
--color-5: #f4c543;
}
CSS del degradado de fondo Shades of Black and Gold
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #d4af35, #690dab, #a85f2e, #f4c543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #d4af35, #690dab, #a85f2e, #f4c543);
}
Paletas de colores similares
Shades of Black and Gold color palette created on .