CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.silver {
color: #bfbfbf;
}
.soviet-gold {
color: #ffd900;
}
.aria {
color: #e4e3e2;
}
.palladium {
color: #b0b0b0;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--silver:#bfbfbf;
--soviet-gold:#ffd900;
--aria:#e4e3e2;
--palladium:#b0b0b0;
}