Color names in this palette
CSS code for this palette
/* CSS */
.abilene-lace {
color: #eae3d2;
}
.sandy-toes {
color: #c8b8a3;
}
.colorado-trail {
color: #b79476;
}
.s-mores {
color: #a87d5d;
}
.nutmeg {
color: #7d4c3b;
}
/* CSS Variables */
:root {
--abilene-lace:#eae3d2;
--sandy-toes:#c8b8a3;
--colorado-trail:#b79476;
--s-mores:#a87d5d;
--nutmeg:#7d4c3b;
}