Color names in this palette
CSS code for this palette
/* CSS */
.shady-green {
color: #625e4b;
}
.drum-solo {
color: #a36e4d;
}
.wonton-dumpling {
color: #d0a56c;
}
.jasper-cane {
color: #e5c99e;
}
.indian-clay {
color: #f2cfc0;
}
/* CSS Variables */
:root {
--shady-green:#625e4b;
--drum-solo:#a36e4d;
--wonton-dumpling:#d0a56c;
--jasper-cane:#e5c99e;
--indian-clay:#f2cfc0;
}