Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.reed-mace {
color: #c95c3b;
}
.biscotti {
color: #d6c3a8;
}
.japanese-iris {
color: #7e5c3a;
}
.cowhide {
color: #904c4c;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--reed-mace:#c95c3b;
--biscotti:#d6c3a8;
--japanese-iris:#7e5c3a;
--cowhide:#904c4c;
}