Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.deli-yellow {
color: #e4b825;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.aspen-yellow {
color: #f8e0a0;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--deli-yellow:#e4b825;
--solar-plexus-chakra:#f1c84b;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--aspen-yellow:#f8e0a0;
}