Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.groovy-lemon-pie {
color: #d6b600;
}
.snot-green {
color: #a1c200;
}
.swamp-green {
color: #778a00;
}
.over-the-hills {
color: #4f7000;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--groovy-lemon-pie:#d6b600;
--snot-green:#a1c200;
--swamp-green:#778a00;
--over-the-hills:#4f7000;
}