Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.letter-jacket {
color: #b7860b;
}
.soviet-gold {
color: #ffd900;
}
.chanterelle {
color: #d9a520;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--letter-jacket:#b7860b;
--soviet-gold:#ffd900;
--chanterelle:#d9a520;
--bright-khaki:#f0e78e;
}