Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.apocalyptic-orange {
color: #f36e20;
}
.crab-curry {
color: #d64b24;
}
.vivid-burgundy {
color: #9c1c31;
}
.cosmic-explorer {
color: #5d0e5d;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--apocalyptic-orange:#f36e20;
--crab-curry:#d64b24;
--vivid-burgundy:#9c1c31;
--cosmic-explorer:#5d0e5d;
}