Color names in this palette
CSS code for this palette
/* CSS */
.thatched-cottage {
color: #d6c8a8;
}
.granivorous {
color: #d1b58f;
}
.gingersnap {
color: #c89c6f;
}
.apple-seed {
color: #a77a52;
}
.olive-leaf {
color: #4e4b36;
}
/* CSS Variables */
:root {
--thatched-cottage:#d6c8a8;
--granivorous:#d1b58f;
--gingersnap:#c89c6f;
--apple-seed:#a77a52;
--olive-leaf:#4e4b36;
}