Color names in this palette
CSS code for this palette
/* CSS */
.gobi-sand {
color: #d5a86d;
}
.buffalo-trail {
color: #e1af7a;
}
.compatible-cream {
color: #e9c8a0;
}
.belgian-waffle {
color: #f1e0b7;
}
.pismo-dunes {
color: #f5d7a3;
}
/* CSS Variables */
:root {
--gobi-sand:#d5a86d;
--buffalo-trail:#e1af7a;
--compatible-cream:#e9c8a0;
--belgian-waffle:#f1e0b7;
--pismo-dunes:#f5d7a3;
}