Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.lusty-gallant {
color: #ff7c4d;
}
.mango-latte {
color: #ffbb4d;
}
.yellow-cattleya {
color: #fff64d;
}
.goblin-warboss {
color: #4dff4d;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--lusty-gallant:#ff7c4d;
--mango-latte:#ffbb4d;
--yellow-cattleya:#fff64d;
--goblin-warboss:#4dff4d;
}