Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.yellow-of-izamal {
color: #ebb000;
}
.molten-bronze {
color: #c79c00;
}
.bronze {
color: #a37d00;
}
.alligator {
color: #8a6500;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--yellow-of-izamal:#ebb000;
--molten-bronze:#c79c00;
--bronze:#a37d00;
--alligator:#8a6500;
}