Shades of Black and Gold Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Black and Gold palette
tavolozza dei colori Shades of Black and Gold CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Shades of Black and Gold color palette created on .