Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.letter-jacket {
color: #b7860b;
}
.black {
color: #000000;
}
.smoked-oak-brown {
color: #4d3f14;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--letter-jacket:#b7860b;
--black:#000000;
--smoked-oak-brown:#4d3f14;
--soviet-gold:#ffd900;
}