Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.clementine {
color: #eb6a00;
}
.deep-orange {
color: #db5000;
}
.crimson-velvet-sunset {
color: #b32a00;
}
.scab-red {
color: #8f0000;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--clementine:#eb6a00;
--deep-orange:#db5000;
--crimson-velvet-sunset:#b32a00;
--scab-red:#8f0000;
}