Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #f5d400;
}
.matcha-powder {
color: #a0d100;
}
.bubble-bobble-green {
color: #00b800;
}
.fine-pine {
color: #008a00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--empire-yellow:#f5d400;
--matcha-powder:#a0d100;
--bubble-bobble-green:#00b800;
--fine-pine:#008a00;
}