Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.forsythia-blossom {
color: #f9d66c;
}
.dandelion-yellow {
color: #f6da3c;
}
.fahrenheit {
color: #f9d2b9;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--forsythia-blossom:#f9d66c;
--dandelion-yellow:#f6da3c;
--fahrenheit:#f9d2b9;
}