Color names in this palette
CSS code for this palette
/* CSS */
.burnt-bamboo {
color: #4e3c3b;
}
.peppercorn {
color: #705c5c;
}
.renwick-heather {
color: #8d7c7c;
}
.lilac-smoke {
color: #b5a1a1;
}
.lilac-tan {
color: #d6c7c7;
}
/* CSS Variables */
:root {
--burnt-bamboo:#4e3c3b;
--peppercorn:#705c5c;
--renwick-heather:#8d7c7c;
--lilac-smoke:#b5a1a1;
--lilac-tan:#d6c7c7;
}