Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.mango-tango {
color: #ff7e3d;
}
.peach-butter {
color: #ffae3d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.goblin-warboss {
color: #4dff4d;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--mango-tango:#ff7e3d;
--peach-butter:#ffae3d;
--dandelion-yellow:#ffdb3d;
--goblin-warboss:#4dff4d;
}