CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.pompelmo {
color: #ff6b6b;
}
.coral-red {
color: #ff3d3d;
}
.communist {
color: #c70000;
}
.scab-red {
color: #8f0000;
}
/* CSS Variables */
:root {
--white:#ffffff;
--pompelmo:#ff6b6b;
--coral-red:#ff3d3d;
--communist:#c70000;
--scab-red:#8f0000;
}