Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.marigold-dust {
color: #f7ce3b;
}
.no-gmb-yellow {
color: #f9e78b;
}
.mellowed-gold {
color: #e3a84f;
}
.crab-curry {
color: #d54f2a;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--marigold-dust:#f7ce3b;
--no-gmb-yellow:#f9e78b;
--mellowed-gold:#e3a84f;
--crab-curry:#d54f2a;
}