CSS code for this palette
/* CSS */
.scab-red {
color: #8a0000;
}
.harissa-red {
color: #a62b2b;
}
.peri-peri {
color: #c92c2c;
}
.bricks-of-hope {
color: #d75b5b;
}
.babe {
color: #e07b7b;
}
/* CSS Variables */
:root {
--scab-red:#8a0000;
--harissa-red:#a62b2b;
--peri-peri:#c92c2c;
--bricks-of-hope:#d75b5b;
--babe:#e07b7b;
}