Color names in this palette
CSS code for this palette
/* CSS */
.gruy-re-cheese {
color: #f5deb2;
}
.coconut-crumble {
color: #e4cda5;
}
.bruin-spice {
color: #d3b99c;
}
.light-ash-brown {
color: #c2a589;
}
.mazzone {
color: #b2917b;
}
/* CSS Variables */
:root {
--gruy-re-cheese:#f5deb2;
--coconut-crumble:#e4cda5;
--bruin-spice:#d3b99c;
--light-ash-brown:#c2a589;
--mazzone:#b2917b;
}