Color names in this palette
CSS code for this palette
/* CSS */
.bleached-maple {
color: #c5a26d;
}
.holiday-waffle {
color: #b68a49;
}
.stage-gold {
color: #9e6b29;
}
.carving-party {
color: #f0c69e;
}
.chestnut-glaze {
color: #8b4e2d;
}
/* CSS Variables */
:root {
--bleached-maple:#c5a26d;
--holiday-waffle:#b68a49;
--stage-gold:#9e6b29;
--carving-party:#f0c69e;
--chestnut-glaze:#8b4e2d;
}