Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.floral-leaf {
color: #ffb84d;
}
.irradiated-green {
color: #b2ff4d;
}
.hanuman-green {
color: #4dffb8;
}
.l-n-s-blue {
color: #4d4dff;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--floral-leaf:#ffb84d;
--irradiated-green:#b2ff4d;
--hanuman-green:#4dffb8;
--l-n-s-blue:#4d4dff;
}