Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.sunflower-mango {
color: #ffb700;
}
.usc-gold {
color: #ffcc00;
}
.yellow-bell-pepper {
color: #ffdd33;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--sunflower-mango:#ffb700;
--usc-gold:#ffcc00;
--yellow-bell-pepper:#ffdd33;
--mouse-nose:#ffe4b3;
}