Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.floral-leaf {
color: #ffb84d;
}
.paris-daisy {
color: #ffea4d;
}
.goblin-warboss {
color: #4dff4d;
}
.hanuman-green {
color: #4dffb8;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--floral-leaf:#ffb84d;
--paris-daisy:#ffea4d;
--goblin-warboss:#4dff4d;
--hanuman-green:#4dffb8;
}