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