Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.usc-gold {
color: #ffcc00;
}
.yellow-bell-pepper {
color: #ffdd33;
}
.caduceus-gold {
color: #ffed66;
}
.buttered-popcorn {
color: #fff2a8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--usc-gold:#ffcc00;
--yellow-bell-pepper:#ffdd33;
--caduceus-gold:#ffed66;
--buttered-popcorn:#fff2a8;
}