Color names in this palette
CSS code for this palette
/* CSS */
.gruy-re-cheese {
color: #f5deb2;
}
.hearth {
color: #e2caa6;
}
.iced-copper {
color: #d0af9a;
}
.tailored-tan {
color: #c09e7c;
}
.camel-brown {
color: #a76b39;
}
/* CSS Variables */
:root {
--gruy-re-cheese:#f5deb2;
--hearth:#e2caa6;
--iced-copper:#d0af9a;
--tailored-tan:#c09e7c;
--camel-brown:#a76b39;
}