Color names in this palette
CSS code for this palette
/* CSS */
.themeda-japonica {
color: #e2b240;
}
.nuclear-mango {
color: #ef9f2e;
}
.chat-orange {
color: #f69c41;
}
.sohi-red {
color: #e15c37;
}
.akuma {
color: #d33131;
}
/* CSS Variables */
:root {
--themeda-japonica:#e2b240;
--nuclear-mango:#ef9f2e;
--chat-orange:#f69c41;
--sohi-red:#e15c37;
--akuma:#d33131;
}