Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.floral-leaf {
color: #ffb84d;
}
.candle-flame {
color: #fff6a3;
}
.stinging-wasabi {
color: #b3ff6b;
}
.hanuman-green {
color: #4dffb8;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--floral-leaf:#ffb84d;
--candle-flame:#fff6a3;
--stinging-wasabi:#b3ff6b;
--hanuman-green:#4dffb8;
}