Color names in this palette
CSS code for this palette
/* CSS */
.red-bean {
color: #3c0b0b;
}
.incubus {
color: #7a1f1f;
}
.cherry-bomb {
color: #b83d3d;
}
.porcelain-rose {
color: #e86969;
}
.brain-pink {
color: #f5b2b2;
}
/* CSS Variables */
:root {
--red-bean:#3c0b0b;
--incubus:#7a1f1f;
--cherry-bomb:#b83d3d;
--porcelain-rose:#e86969;
--brain-pink:#f5b2b2;
}