Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.laddu-orange {
color: #ff8c1a;
}
.soviet-gold {
color: #ffd900;
}
.goblin-warboss {
color: #4dff4d;
}
.crisp-cyan {
color: #1affff;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--laddu-orange:#ff8c1a;
--soviet-gold:#ffd900;
--goblin-warboss:#4dff4d;
--crisp-cyan:#1affff;
}