Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.giallo {
color: #f2d43a;
}
.gold-tips {
color: #e6b328;
}
.molten-bronze {
color: #c2a200;
}
.bark-sawdust {
color: #a88f00;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--giallo:#f2d43a;
--gold-tips:#e6b328;
--molten-bronze:#c2a200;
--bark-sawdust:#a88f00;
}