Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.westfall-yellow {
color: #f9d64e;
}
.pale-banana {
color: #f6e48e;
}
.emerald-ice-palace {
color: #33ff7e;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--westfall-yellow:#f9d64e;
--pale-banana:#f6e48e;
--emerald-ice-palace:#33ff7e;
}