Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.peri-peri {
color: #ca2b2b;
}
.flushed {
color: #e05252;
}
.snow-white-blush {
color: #f9aeae;
}
.misty-rose {
color: #fee1e1;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--peri-peri:#ca2b2b;
--flushed:#e05252;
--snow-white-blush:#f9aeae;
--misty-rose:#fee1e1;
}