Color names in this palette
CSS code for this palette
/* CSS */
.incubus {
color: #761e1e;
}
.mexican-red {
color: #9b3b3b;
}
.strawberry-wine {
color: #c86a6a;
}
.thai-ice-tea {
color: #e1a57a;
}
.banana-ice-cream {
color: #f1d3b1;
}
/* CSS Variables */
:root {
--incubus:#761e1e;
--mexican-red:#9b3b3b;
--strawberry-wine:#c86a6a;
--thai-ice-tea:#e1a57a;
--banana-ice-cream:#f1d3b1;
}