Color names in this palette
CSS code for this palette
/* CSS */
.burnt-bamboo {
color: #4e3c3b;
}
.bleached-bark {
color: #8c7f78;
}
.in-the-hills {
color: #b0a39c;
}
.pink-nudity {
color: #d7c5b7;
}
.light-pecan-pine {
color: #f2e9e3;
}
/* CSS Variables */
:root {
--burnt-bamboo:#4e3c3b;
--bleached-bark:#8c7f78;
--in-the-hills:#b0a39c;
--pink-nudity:#d7c5b7;
--light-pecan-pine:#f2e9e3;
}