Color names in this palette
CSS code for this palette
/* CSS */
.mount-hyjal {
color: #3a783c;
}
.felt-green {
color: #6ebf8d;
}
.flowering-cactus {
color: #a2d7b9;
}
.bean-sprout {
color: #f2f9e6;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--mount-hyjal:#3a783c;
--felt-green:#6ebf8d;
--flowering-cactus:#a2d7b9;
--bean-sprout:#f2f9e6;
--usc-gold:#ffcc00;
}