Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.floral-leaf {
color: #ffb84d;
}
.malm-ff {
color: #a3d4ff;
}
.hanuman-green {
color: #4dffb8;
}
.fuchsia-fever {
color: #ff4d94;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--floral-leaf:#ffb84d;
--malm-ff:#a3d4ff;
--hanuman-green:#4dffb8;
--fuchsia-fever:#ff4d94;
}