Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.brushwood {
color: #8c5b3b;
}
.beech-nut {
color: #d8b59d;
}
.ginger-shortbread {
color: #e2d0c5;
}
.peachy-milk {
color: #f3e1d8;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--brushwood:#8c5b3b;
--beech-nut:#d8b59d;
--ginger-shortbread:#e2d0c5;
--peachy-milk:#f3e1d8;
}