Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.fat-gold {
color: #e6b800;
}
.prehnite-yellow {
color: #d1a700;
}
.molten-bronze {
color: #c7a200;
}
.sulphine-yellow {
color: #bda400;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--fat-gold:#e6b800;
--prehnite-yellow:#d1a700;
--molten-bronze:#c7a200;
--sulphine-yellow:#bda400;
}