Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a72c2a;
}
.sour-cherry {
color: #e3493b;
}
.coral-blossom {
color: #f9bda4;
}
.golden-raspberry {
color: #f7d778;
}
.goody-gumdrop {
color: #c7d97d;
}
/* CSS Variables */
:root {
--harissa-red:#a72c2a;
--sour-cherry:#e3493b;
--coral-blossom:#f9bda4;
--golden-raspberry:#f7d778;
--goody-gumdrop:#c7d97d;
}