CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.akuma {
color: #d33131;
}
.carrot {
color: #ff6e42;
}
.marigold {
color: #ffc105;
}
.green-trance {
color: #a4d5a6;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--akuma:#d33131;
--carrot:#ff6e42;
--marigold:#ffc105;
--green-trance:#a4d5a6;
}