Color names in this palette
CSS code for this palette
/* CSS */
.incubus {
color: #7b1e1e;
}
.heart-throb {
color: #c83c3c;
}
.breeze-of-chilli {
color: #f26e6e;
}
.copper-river {
color: #f4a26c;
}
.sweet-blush {
color: #e8bfbf;
}
/* CSS Variables */
:root {
--incubus:#7b1e1e;
--heart-throb:#c83c3c;
--breeze-of-chilli:#f26e6e;
--copper-river:#f4a26c;
--sweet-blush:#e8bfbf;
}