Color names in this palette
CSS code for this palette
/* CSS */
.lepton-gold {
color: #d19d00;
}
.molten-bronze {
color: #c79f00;
}
.sulphine-yellow {
color: #b8a800;
}
.marker-green {
color: #a1b300;
}
.noxious {
color: #899e00;
}
/* CSS Variables */
:root {
--lepton-gold:#d19d00;
--molten-bronze:#c79f00;
--sulphine-yellow:#b8a800;
--marker-green:#a1b300;
--noxious:#899e00;
}