CSS code for this palette
/* CSS */
.pelati {
color: #ff382e;
}
.carrot {
color: #ff713d;
}
.floral-leaf {
color: #ffb84d;
}
.soviet-gold {
color: #ffd900;
}
.akuma {
color: #d33131;
}
/* CSS Variables */
:root {
--pelati:#ff382e;
--carrot:#ff713d;
--floral-leaf:#ffb84d;
--soviet-gold:#ffd900;
--akuma:#d33131;
}