Gold and Black Elegance Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Gold and Black Elegance palette
tavolozza dei colori Gold and Black Elegance CSS
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #9e9e9e;
}
.color-3 {
color: #d4c09b;
}
.color-4 {
color: #f0c15c;
}
.color-5 {
color: #b58c3b;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #9e9e9e;
--color-3: #d4c09b;
--color-4: #f0c15c;
--color-5: #b58c3b;
}
CSS con gradiente di sfondo Gold and Black Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #9e9e9e, #d4c09b, #f0c15c, #b58c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #9e9e9e, #d4c09b, #f0c15c, #b58c3b);
}
Tavolozze di colori simili
Gold and Black Elegance color palette created on .