Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.spiced-red {
color: #8b4e3c;
}
.pinata {
color: #bf7c5f;
}
.biscuit-beige {
color: #e9bfa5;
}
.sand-island {
color: #f4d1c3;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--spiced-red:#8b4e3c;
--pinata:#bf7c5f;
--biscuit-beige:#e9bfa5;
--sand-island:#f4d1c3;
}