Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.beef-hotpot {
color: #a85f2e;
}
.caramelo-dulce {
color: #d59d6c;
}
.high-plateau {
color: #e6b47a;
}
.incan-treasure {
color: #f8e0c4;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--beef-hotpot:#a85f2e;
--caramelo-dulce:#d59d6c;
--high-plateau:#e6b47a;
--incan-treasure:#f8e0c4;
}