CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.cheese {
color: #ffa600;
}
.extreme-carrot {
color: #ff6d2e;
}
.coquelicot {
color: #ff3c00;
}
.akuma {
color: #d33131;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--cheese:#ffa600;
--extreme-carrot:#ff6d2e;
--coquelicot:#ff3c00;
--akuma:#d33131;
}