Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.wake-me-up {
color: #f9d358;
}
.pale-banana {
color: #f6e48e;
}
.greenivorous {
color: #c6e538;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--wake-me-up:#f9d358;
--pale-banana:#f6e48e;
--greenivorous:#c6e538;
}