Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.savannah-sun {
color: #ffb78a;
}
.banana-biscuit {
color: #ffdc7a;
}
.eggnog {
color: #ffec9e;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--savannah-sun:#ffb78a;
--banana-biscuit:#ffdc7a;
--eggnog:#ffec9e;
}