Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.usc-gold {
color: #ffcc00;
}
.sunny-side-up {
color: #ffd942;
}
.cowbell {
color: #ffe680;
}
.buttered-popcorn {
color: #fff2a8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--usc-gold:#ffcc00;
--sunny-side-up:#ffd942;
--cowbell:#ffe680;
--buttered-popcorn:#fff2a8;
}