Color names in this palette
CSS code for this palette
/* CSS */
.android-green {
color: #a5c639;
}
.mossy-shining-gold {
color: #b6d643;
}
.greenivorous {
color: #cfe03e;
}
.nuclear-acid {
color: #e4f278;
}
.yellow-chalk {
color: #f5fbb1;
}
/* CSS Variables */
:root {
--android-green:#a5c639;
--mossy-shining-gold:#b6d643;
--greenivorous:#cfe03e;
--nuclear-acid:#e4f278;
--yellow-chalk:#f5fbb1;
}