CSS code for this palette
/* CSS */
.incubus {
color: #761e1e;
}
.sweet-cherry {
color: #a34d4d;
}
.dull-apricot {
color: #d09a9a;
}
.ballet {
color: #f7d4d4;
}
.old-flame {
color: #f2b5b5;
}
/* CSS Variables */
:root {
--incubus:#761e1e;
--sweet-cherry:#a34d4d;
--dull-apricot:#d09a9a;
--ballet:#f7d4d4;
--old-flame:#f2b5b5;
}