Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.barbarian {
color: #f78f5e;
}
.fizzy-peach {
color: #f5b85b;
}
.flavescent {
color: #f5e78e;
}
.rosey-afterglow {
color: #f8c9d1;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--barbarian:#f78f5e;
--fizzy-peach:#f5b85b;
--flavescent:#f5e78e;
--rosey-afterglow:#f8c9d1;
}