Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.flush-orange {
color: #ff6e00;
}
.marigold {
color: #ffc105;
}
.liquid-neon {
color: #c8ff00;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--flush-orange:#ff6e00;
--marigold:#ffc105;
--liquid-neon:#c8ff00;
--devil-s-grass:#4cae4f;
}