Color names in this palette
CSS code for this palette
/* CSS */
.incubus {
color: #761e1e;
}
.bacchanalia-red {
color: #8c3b3b;
}
.cheek-red {
color: #a45b5b;
}
.ungor-beige {
color: #d7a86a;
}
.almond-cream {
color: #f4c29f;
}
/* CSS Variables */
:root {
--incubus:#761e1e;
--bacchanalia-red:#8c3b3b;
--cheek-red:#a45b5b;
--ungor-beige:#d7a86a;
--almond-cream:#f4c29f;
}