Color names in this palette
CSS code for this palette
/* CSS */
.incubus {
color: #7b1e1e;
}
.scarlet-past {
color: #a63a3a;
}
.fuzzy-wuzzy-brown {
color: #c05454;
}
.red-cedar {
color: #d87979;
}
.plum-blossom {
color: #f2a1a1;
}
/* CSS Variables */
:root {
--incubus:#7b1e1e;
--scarlet-past:#a63a3a;
--fuzzy-wuzzy-brown:#c05454;
--red-cedar:#d87979;
--plum-blossom:#f2a1a1;
}