Color names in this palette
CSS code for this palette
/* CSS */
.mizukaze-green {
color: #1e3e2b;
}
.fairway {
color: #4c704e;
}
.frankenstein {
color: #78a159;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.play-school {
color: #d15d23;
}
/* CSS Variables */
:root {
--mizukaze-green:#1e3e2b;
--fairway:#4c704e;
--frankenstein:#78a159;
--solar-plexus-chakra:#f1c84b;
--play-school:#d15d23;
}