Color names in this palette
CSS code for this palette
/* CSS */
.lemon-ice-yellow {
color: #f5e2a8;
}
.crunch {
color: #f4b962;
}
.hot-orange {
color: #f38a39;
}
.bright-orange {
color: #f86c30;
}
.heating-lamp {
color: #ef3e1f;
}
/* CSS Variables */
:root {
--lemon-ice-yellow:#f5e2a8;
--crunch:#f4b962;
--hot-orange:#f38a39;
--bright-orange:#f86c30;
--heating-lamp:#ef3e1f;
}