Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f59f00;
}
.blue-angels-yellow {
color: #fabb00;
}
.empire-yellow {
color: #fad000;
}
.bursting-lemon {
color: #fde281;
}
.jack-o {
color: #fa9a00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f59f00;
--blue-angels-yellow:#fabb00;
--empire-yellow:#fad000;
--bursting-lemon:#fde281;
--jack-o:#fa9a00;
}