Color names in this palette
CSS code for this palette
/* CSS */
.drive-in-cherry {
color: #a42d33;
}
.fireglow {
color: #d65e3d;
}
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #fad000;
}
.springtime {
color: #e9e5af;
}
/* CSS Variables */
:root {
--drive-in-cherry:#a42d33;
--fireglow:#d65e3d;
--mad-for-mango:#f5a300;
--empire-yellow:#fad000;
--springtime:#e9e5af;
}