Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.floral-leaf {
color: #ffb84d;
}
.creamy-lemon {
color: #fff4b3;
}
.iridescent-green {
color: #4abf6d;
}
.blue-chaos {
color: #4d9aff;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--floral-leaf:#ffb84d;
--creamy-lemon:#fff4b3;
--iridescent-green:#4abf6d;
--blue-chaos:#4d9aff;
}