Color names in this palette
CSS code for this palette
/* CSS */
.incubus {
color: #7b1e1e;
}
.antique-red {
color: #7c5050;
}
.rough-ride {
color: #7a8585;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--incubus:#7b1e1e;
--antique-red:#7c5050;
--rough-ride:#7a8585;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
}