Color names in this palette
CSS code for this palette
/* CSS */
.light-curd {
color: #f9e9c8;
}
.straw-hat {
color: #f1d5a7;
}
.faint-fawn {
color: #e2c39c;
}
.gobi-sand {
color: #d4a96e;
}
.fuegan-orange {
color: #c37b4b;
}
/* CSS Variables */
:root {
--light-curd:#f9e9c8;
--straw-hat:#f1d5a7;
--faint-fawn:#e2c39c;
--gobi-sand:#d4a96e;
--fuegan-orange:#c37b4b;
}