Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.paw-paw {
color: #f9d39a;
}
.last-sunlight {
color: #e2b83c;
}
.desert-spice {
color: #c8702d;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--solar-plexus-chakra:#f1c84b;
--paw-paw:#f9d39a;
--last-sunlight:#e2b83c;
--desert-spice:#c8702d;
}