Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.floral-leaf {
color: #ffb84d;
}
.hanuman-green {
color: #4dffb8;
}
.skinny-jeans {
color: #4d8bff;
}
.purple-honeycreeper {
color: #8b4dff;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--floral-leaf:#ffb84d;
--hanuman-green:#4dffb8;
--skinny-jeans:#4d8bff;
--purple-honeycreeper:#8b4dff;
}