Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62d2b;
}
.orange-shot {
color: #d9724a;
}
.goldsmith {
color: #efb44d;
}
.sugar-cookie {
color: #f2e3a1;
}
.cool-aloe {
color: #a6d9a1;
}
/* CSS Variables */
:root {
--harissa-red:#a62d2b;
--orange-shot:#d9724a;
--goldsmith:#efb44d;
--sugar-cookie:#f2e3a1;
--cool-aloe:#a6d9a1;
}