Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a52c2c;
}
.peri-peri {
color: #c92c2c;
}
.mustard-yellow {
color: #e6b000;
}
.jade-powder {
color: #2dae6e;
}
.crystal-green {
color: #a6d87d;
}
/* CSS Variables */
:root {
--harissa-red:#a52c2c;
--peri-peri:#c92c2c;
--mustard-yellow:#e6b000;
--jade-powder:#2dae6e;
--crystal-green:#a6d87d;
}