Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.poisonous-ice-cream {
color: #d3d82c;
}
.american-yellow {
color: #f5b400;
}
.sweet-dreams {
color: #9fc4e9;
}
.red-peppercorn {
color: #c92c41;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--poisonous-ice-cream:#d3d82c;
--american-yellow:#f5b400;
--sweet-dreams:#9fc4e9;
--red-peppercorn:#c92c41;
}