Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.carob-brown {
color: #8b5b4b;
}
.peach-bloom {
color: #d79c79;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.treacle {
color: #8c5b31;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--carob-brown:#8b5b4b;
--peach-bloom:#d79c79;
--solar-plexus-chakra:#f1c84b;
--treacle:#8c5b31;
}