Color names in this palette
CSS code for this palette
/* CSS */
.pallid-orange {
color: #f9b79f;
}
.avid-apricot {
color: #f3c5a0;
}
.inviting-ivory {
color: #f1d5b1;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.daydream {
color: #e4f2ab;
}
/* CSS Variables */
:root {
--pallid-orange:#f9b79f;
--avid-apricot:#f3c5a0;
--inviting-ivory:#f1d5b1;
--smooth-as-corn-silk:#f4e4b3;
--daydream:#e4f2ab;
}