Color names in this palette
CSS code for this palette
/* CSS */
.mellow-sun {
color: #f6d59d;
}
.welcoming-wasp {
color: #f0a800;
}
.chartreuse-shot {
color: #d3d600;
}
.snot-green {
color: #a2c700;
}
.gecko-s-dream {
color: #6c9e00;
}
/* CSS Variables */
:root {
--mellow-sun:#f6d59d;
--welcoming-wasp:#f0a800;
--chartreuse-shot:#d3d600;
--snot-green:#a2c700;
--gecko-s-dream:#6c9e00;
}