Color names in this palette
CSS code for this palette
/* CSS */
.clay-pipe {
color: #d8c9b6;
}
.flax-fibre-grey {
color: #b7a99a;
}
.sycamore-tan {
color: #9a8b79;
}
.frontier-shingle {
color: #7a5f48;
}
.witch-s-cottage {
color: #4b3d2a;
}
/* CSS Variables */
:root {
--clay-pipe:#d8c9b6;
--flax-fibre-grey:#b7a99a;
--sycamore-tan:#9a8b79;
--frontier-shingle:#7a5f48;
--witch-s-cottage:#4b3d2a;
}