Color names in this palette
CSS code for this palette
/* CSS */
.gobi-sand {
color: #d5a96d;
}
.english-custard {
color: #e2b669;
}
.mille-feuille {
color: #f1c97e;
}
.peach-patch {
color: #f2d6a1;
}
.slender-reed {
color: #e0c19e;
}
/* CSS Variables */
:root {
--gobi-sand:#d5a96d;
--english-custard:#e2b669;
--mille-feuille:#f1c97e;
--peach-patch:#f2d6a1;
--slender-reed:#e0c19e;
}