Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.forsythia-blossom {
color: #f9d66c;
}
.tropical {
color: #a8e6ce;
}
.feather-star {
color: #5f9cec;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--forsythia-blossom:#f9d66c;
--tropical:#a8e6ce;
--feather-star:#5f9cec;
}