Color names in this palette
CSS code for this palette
/* CSS */
.gruy-re-cheese {
color: #f5deb2;
}
.manila {
color: #e6cba8;
}
.beech-nut {
color: #d6b49a;
}
.almandine {
color: #c4a57e;
}
.veranda-gold {
color: #b19c68;
}
/* CSS Variables */
:root {
--gruy-re-cheese:#f5deb2;
--manila:#e6cba8;
--beech-nut:#d6b49a;
--almandine:#c4a57e;
--veranda-gold:#b19c68;
}