Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.hawaiian-passion {
color: #ff9b3d;
}
.decisive-yellow {
color: #ffcc4d;
}
.goblin-warboss {
color: #4dff4d;
}
.blue-chaos {
color: #4d9aff;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--hawaiian-passion:#ff9b3d;
--decisive-yellow:#ffcc4d;
--goblin-warboss:#4dff4d;
--blue-chaos:#4d9aff;
}