CSS code for this palette
/* CSS */
.cigarette-glow {
color: #f05800;
}
.black {
color: #000000;
}
.white {
color: #ffffff;
}
.metallic-gold {
color: #d4af35;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--cigarette-glow:#f05800;
--black:#000000;
--white:#ffffff;
--metallic-gold:#d4af35;
--usc-gold:#ffcc00;
}