Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.spicy-mix {
color: #8c5c4a;
}
.sugar-pie {
color: #c6a67b;
}
.shui-jiao-dumpling {
color: #dacca4;
}
.echo-valley {
color: #e6e2d6;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--spicy-mix:#8c5c4a;
--sugar-pie:#c6a67b;
--shui-jiao-dumpling:#dacca4;
--echo-valley:#e6e2d6;
}