CSS code for this palette
/* CSS */
.hot-shot {
color: #ed4c2c;
}
.amber-glow {
color: #f1993b;
}
.sunny-mood {
color: #f7c94b;
}
.wasabi {
color: #b3e080;
}
.clean-pool {
color: #5cc0eb;
}
/* CSS Variables */
:root {
--hot-shot:#ed4c2c;
--amber-glow:#f1993b;
--sunny-mood:#f7c94b;
--wasabi:#b3e080;
--clean-pool:#5cc0eb;
}