CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.carrot {
color: #ff713d;
}
.hotspot {
color: #ff4938;
}
.akuma {
color: #d23237;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--carrot:#ff713d;
--hotspot:#ff4938;
--akuma:#d23237;
}