Color names in this palette
CSS code for this palette
/* CSS */
.goblin-warboss {
color: #4afc4a;
}
.cobalt-green {
color: #8fff8f;
}
.light-mint {
color: #b3ffb3;
}
.yellowish-tan {
color: #f7ff80;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--goblin-warboss:#4afc4a;
--cobalt-green:#8fff8f;
--light-mint:#b3ffb3;
--yellowish-tan:#f7ff80;
--blood-burst:#ff4d4d;
}