Color names in this palette
CSS code for this palette
/* CSS */
.scab-red {
color: #8f0000;
}
.communist {
color: #c70000;
}
.midwinter-fire {
color: #da0c01;
}
.mellow-mango {
color: #cc4400;
}
.tenn {
color: #cc5800;
}
/* CSS Variables */
:root {
--scab-red:#8f0000;
--communist:#c70000;
--midwinter-fire:#da0c01;
--mellow-mango:#cc4400;
--tenn:#cc5800;
}