Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.brushwood {
color: #8c5b3b;
}
.sable-cloaked {
color: #c5a7a0;
}
.birthday-suit {
color: #e3c6b5;
}
.island-hopping {
color: #f5e3d6;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--brushwood:#8c5b3b;
--sable-cloaked:#c5a7a0;
--birthday-suit:#e3c6b5;
--island-hopping:#f5e3d6;
}