Color names in this palette
CSS code for this palette
/* CSS */
.devilish {
color: #e0381f;
}
.benihi-red {
color: #f05638;
}
.chat-orange {
color: #f99939;
}
.marigold-dust {
color: #f4cf3e;
}
.sapling {
color: #a1c75c;
}
/* CSS Variables */
:root {
--devilish:#e0381f;
--benihi-red:#f05638;
--chat-orange:#f99939;
--marigold-dust:#f4cf3e;
--sapling:#a1c75c;
}