Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #fad19e;
}
.just-blush {
color: #f9b6a4;
}
.ibis-wing {
color: #f58f7f;
}
.opal-flame {
color: #e9604e;
}
.fireglow {
color: #d85f41;
}
/* CSS Variables */
:root {
--ginger-peach:#fad19e;
--just-blush:#f9b6a4;
--ibis-wing:#f58f7f;
--opal-flame:#e9604e;
--fireglow:#d85f41;
}