Color names in this palette
CSS code for this palette
/* CSS */
.incubus {
color: #7b1e1e;
}
.harissa-red {
color: #a12b2b;
}
.red-trillium {
color: #c24c4c;
}
.lively-coral {
color: #e47c7c;
}
.old-flame {
color: #f4b8b8;
}
/* CSS Variables */
:root {
--incubus:#7b1e1e;
--harissa-red:#a12b2b;
--red-trillium:#c24c4c;
--lively-coral:#e47c7c;
--old-flame:#f4b8b8;
}