Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.jubilation {
color: #f9d624;
}
.xanthic {
color: #f8e61b;
}
.march-green {
color: #d1d100;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--jubilation:#f9d624;
--xanthic:#f8e61b;
--march-green:#d1d100;
}