Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.floral-leaf {
color: #ffb84d;
}
.green-trance {
color: #a3d7a4;
}
.blue-chaos {
color: #4d9aff;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--floral-leaf:#ffb84d;
--green-trance:#a3d7a4;
--blue-chaos:#4d9aff;
--blush-hour:#ff7092;
}