Color names in this palette
CSS code for this palette
/* CSS */
.crater-brown {
color: #4d3d3d;
}
.hummingbird-green {
color: #5b6e4e;
}
.walking-dead {
color: #7f9c63;
}
.serene-scene {
color: #d3c682;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--crater-brown:#4d3d3d;
--hummingbird-green:#5b6e4e;
--walking-dead:#7f9c63;
--serene-scene:#d3c682;
--syndicalist:#f5c400;
}