Color names in this palette
CSS code for this palette
/* CSS */
.lemongrass {
color: #c5a859;
}
.wilted-brown {
color: #ab4d3b;
}
.potting-soil {
color: #5a3c30;
}
.shutter-grey {
color: #7a7f7f;
}
.sand-pearl {
color: #e6d5b7;
}
/* CSS Variables */
:root {
--lemongrass:#c5a859;
--wilted-brown:#ab4d3b;
--potting-soil:#5a3c30;
--shutter-grey:#7a7f7f;
--sand-pearl:#e6d5b7;
}