Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.letter-jacket {
color: #b7860b;
}
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--letter-jacket:#b7860b;
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--chrome-yellow:#faa700;
}