Color names in this palette
CSS code for this palette
/* CSS */
.bat-s-blood-soup {
color: #f2316e;
}
.kin-gold {
color: #f59b00;
}
.giallo {
color: #f2d43a;
}
.lime-lizard {
color: #a3d55d;
}
.corrosion-green {
color: #4dac8b;
}
/* CSS Variables */
:root {
--bat-s-blood-soup:#f2316e;
--kin-gold:#f59b00;
--giallo:#f2d43a;
--lime-lizard:#a3d55d;
--corrosion-green:#4dac8b;
}