Color names in this palette
CSS code for this palette
/* CSS */
.sweet-nectar {
color: #f9c0ae;
}
.pallid-orange {
color: #f9b79f;
}
.creamy-peach {
color: #f9a085;
}
.salmon-nigiri {
color: #f98d6c;
}
.often-orange {
color: #f9734e;
}
/* CSS Variables */
:root {
--sweet-nectar:#f9c0ae;
--pallid-orange:#f9b79f;
--creamy-peach:#f9a085;
--salmon-nigiri:#f98d6c;
--often-orange:#f9734e;
}