Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.usc-gold {
color: #ffcc00;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.sp-tzle-yellow {
color: #ffed8a;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--usc-gold:#ffcc00;
--glitter-is-not-gold:#ffdd57;
--sp-tzle-yellow:#ffed8a;
--mouse-nose:#ffe4b3;
}