Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.smashed-pumpkin {
color: #ff6a3d;
}
.fire-orange {
color: #ff8f5c;
}
.chunky-bee {
color: #ffc94d;
}
.the-first-daffodil {
color: #ffee8f;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--smashed-pumpkin:#ff6a3d;
--fire-orange:#ff8f5c;
--chunky-bee:#ffc94d;
--the-first-daffodil:#ffee8f;
}