Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.safety-yellow {
color: #f0d000;
}
.fat-gold {
color: #e6b400;
}
.molten-bronze {
color: #c2a200;
}
.drably-olive {
color: #807b00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--safety-yellow:#f0d000;
--fat-gold:#e6b400;
--molten-bronze:#c2a200;
--drably-olive:#807b00;
}