Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.stagecoach {
color: #7e5a44;
}
.caf-au-lait {
color: #a67c59;
}
.raffia-ribbon {
color: #cdb08e;
}
.sand-dune {
color: #e3d2c0;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--stagecoach:#7e5a44;
--caf-au-lait:#a67c59;
--raffia-ribbon:#cdb08e;
--sand-dune:#e3d2c0;
}