Color names in this palette
CSS code for this palette
/* CSS */
.spicy-orange {
color: #d8492c;
}
.entan-red {
color: #e76c50;
}
.citrus-hill {
color: #f9a88b;
}
.apricot-obsession {
color: #f9c3b4;
}
.scalloped-potato {
color: #fce2cf;
}
/* CSS Variables */
:root {
--spicy-orange:#d8492c;
--entan-red:#e76c50;
--citrus-hill:#f9a88b;
--apricot-obsession:#f9c3b4;
--scalloped-potato:#fce2cf;
}