Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.metallic-gold {
color: #d4af35;
}
.shadowed-steel {
color: #4a4a4a;
}
.bright-khaki {
color: #f0e78e;
}
.letter-jacket {
color: #b7860b;
}
/* CSS Variables */
:root {
--black:#000000;
--metallic-gold:#d4af35;
--shadowed-steel:#4a4a4a;
--bright-khaki:#f0e78e;
--letter-jacket:#b7860b;
}