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