CSS code for this palette
/* CSS */
.hull-red {
color: #4b0c0e;
}
.incubus {
color: #7c1d1f;
}
.hibiscus-red {
color: #a4373a;
}
.roman {
color: #d55d5d;
}
.brain-pink {
color: #f6b1b1;
}
/* CSS Variables */
:root {
--hull-red:#4b0c0e;
--incubus:#7c1d1f;
--hibiscus-red:#a4373a;
--roman:#d55d5d;
--brain-pink:#f6b1b1;
}