Color names in this palette
CSS code for this palette
/* CSS */
.hippie-green {
color: #5b8b5b;
}
.french-market {
color: #a3c8a6;
}
.marsh-mist {
color: #e6e2a2;
}
.welcoming-wasp {
color: #f0a800;
}
.obstinate-orange {
color: #d75c28;
}
/* CSS Variables */
:root {
--hippie-green:#5b8b5b;
--french-market:#a3c8a6;
--marsh-mist:#e6e2a2;
--welcoming-wasp:#f0a800;
--obstinate-orange:#d75c28;
}