Color names in this palette
CSS code for this palette
/* CSS */
.thatched-cottage {
color: #d6c8a8;
}
.heavenly-cocoa {
color: #bfa79c;
}
.brandied-apple {
color: #9f7c7a;
}
.peppercorn {
color: #735a59;
}
.shale {
color: #4b3f3f;
}
/* CSS Variables */
:root {
--thatched-cottage:#d6c8a8;
--heavenly-cocoa:#bfa79c;
--brandied-apple:#9f7c7a;
--peppercorn:#735a59;
--shale:#4b3f3f;
}