Color names in this palette
CSS code for this palette
/* CSS */
.tomato-red {
color: #e42b01;
}
.raging-leaf {
color: #db5400;
}
.royal-flycatcher-crest {
color: #ef6801;
}
.helvetia-red {
color: #ef0101;
}
.hornet-sting {
color: #fc0330;
}
/* CSS Variables */
:root {
--tomato-red:#e42b01;
--raging-leaf:#db5400;
--royal-flycatcher-crest:#ef6801;
--helvetia-red:#ef0101;
--hornet-sting:#fc0330;
}