Color names in this palette
CSS code for this palette
/* CSS */
.spicy-orange {
color: #d84b2c;
}
.harissa-red {
color: #a62d2b;
}
.french-market {
color: #a6c69f;
}
.emerald-ring {
color: #5a8c5a;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--spicy-orange:#d84b2c;
--harissa-red:#a62d2b;
--french-market:#a6c69f;
--emerald-ring:#5a8c5a;
--marigold-dust:#f4cf3e;
}