CSS code for this palette
/* CSS */
.furnace {
color: #e03c1f;
}
.orangish {
color: #f88f49;
}
.lemon-drop {
color: #fbd879;
}
.jealousy {
color: #81b25c;
}
.blue-iguana {
color: #4e9cd0;
}
/* CSS Variables */
:root {
--furnace:#e03c1f;
--orangish:#f88f49;
--lemon-drop:#fbd879;
--jealousy:#81b25c;
--blue-iguana:#4e9cd0;
}