CSS code for this palette
/* CSS */
.white-smoke {
color: #f5f5f5;
}
.chanoyu {
color: #eee7d3;
}
.greybeard {
color: #d3d0c5;
}
.sandy-toes {
color: #c8b8a3;
}
.sidesaddle {
color: #a47956;
}
/* CSS Variables */
:root {
--white-smoke:#f5f5f5;
--chanoyu:#eee7d3;
--greybeard:#d3d0c5;
--sandy-toes:#c8b8a3;
--sidesaddle:#a47956;
}