Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.fat-gold {
color: #e6b400;
}
.usc-gold {
color: #ffcc00;
}
.soviet-gold {
color: #ffd900;
}
.citrus-splash {
color: #ffc300;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--fat-gold:#e6b400;
--usc-gold:#ffcc00;
--soviet-gold:#ffd900;
--citrus-splash:#ffc300;
}