Color names in this palette
CSS code for this palette
/* CSS */
.thatched-cottage {
color: #d6c8a8;
}
.distant-valley {
color: #c2b599;
}
.lite-cocoa {
color: #b79b8a;
}
.antique-chest {
color: #a6846e;
}
.spicy-mix {
color: #8c5a4a;
}
/* CSS Variables */
:root {
--thatched-cottage:#d6c8a8;
--distant-valley:#c2b599;
--lite-cocoa:#b79b8a;
--antique-chest:#a6846e;
--spicy-mix:#8c5a4a;
}