Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.fire-dragon-bright {
color: #f56e00;
}
.kin-gold {
color: #f59b00;
}
.contrasting-yellow {
color: #f0c000;
}
.banana-clan {
color: #f0e000;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--fire-dragon-bright:#f56e00;
--kin-gold:#f59b00;
--contrasting-yellow:#f0c000;
--banana-clan:#f0e000;
}