CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.nacho {
color: #ffcb5c;
}
.eggnog {
color: #ffed9e;
}
.dentist-green {
color: #95d48c;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--nacho:#ffcb5c;
--eggnog:#ffed9e;
--dentist-green:#95d48c;
}