Color names in this palette
CSS code for this palette
/* CSS */
.bubble-bobble-green {
color: #00b300;
}
.mulu-frog {
color: #4db300;
}
.viric-green {
color: #99cc00;
}
.golden-gun {
color: #dae600;
}
.big-yellow-taxi {
color: #ffff33;
}
/* CSS Variables */
:root {
--bubble-bobble-green:#00b300;
--mulu-frog:#4db300;
--viric-green:#99cc00;
--golden-gun:#dae600;
--big-yellow-taxi:#ffff33;
}