Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.westfall-yellow {
color: #f9d64e;
}
.tropical {
color: #a8e6ce;
}
.mint-julep {
color: #dbf7a6;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--westfall-yellow:#f9d64e;
--tropical:#a8e6ce;
--mint-julep:#dbf7a6;
}