Color names in this palette
CSS code for this palette
/* CSS */
.incubus {
color: #7b1e1e;
}
.landj-ger {
color: #b1403e;
}
.brain-pink {
color: #f1b1b1;
}
.cream-custard {
color: #f1d8b1;
}
.jazz-age-coral {
color: #f1c0b1;
}
/* CSS Variables */
:root {
--incubus:#7b1e1e;
--landj-ger:#b1403e;
--brain-pink:#f1b1b1;
--cream-custard:#f1d8b1;
--jazz-age-coral:#f1c0b1;
}