Color names in this palette
CSS code for this palette
/* CSS */
.crisp-christmas-cranberries {
color: #a20b0b;
}
.chi-gong {
color: #d82c2c;
}
.jack-o {
color: #fa9a00;
}
.first-day-of-summer {
color: #f1e79d;
}
.french-market {
color: #a5c8a2;
}
/* CSS Variables */
:root {
--crisp-christmas-cranberries:#a20b0b;
--chi-gong:#d82c2c;
--jack-o:#fa9a00;
--first-day-of-summer:#f1e79d;
--french-market:#a5c8a2;
}