Color names in this palette
CSS code for this palette
/* CSS */
.sand-trail {
color: #d1c6a3;
}
.flax-fibre-grey {
color: #b7a99a;
}
.magic-malt {
color: #a68a7d;
}
.honey-maple {
color: #a66e5e;
}
.clay-red {
color: #b15e4e;
}
/* CSS Variables */
:root {
--sand-trail:#d1c6a3;
--flax-fibre-grey:#b7a99a;
--magic-malt:#a68a7d;
--honey-maple:#a66e5e;
--clay-red:#b15e4e;
}