Color names in this palette
CSS code for this palette
/* CSS */
.chunky-bee {
color: #ffc94d;
}
.radiation-carrot {
color: #ffa142;
}
.bright-orange {
color: #ff7033;
}
.reddish-orange {
color: #f7481d;
}
.pure-red {
color: #d62e1f;
}
/* CSS Variables */
:root {
--chunky-bee:#ffc94d;
--radiation-carrot:#ffa142;
--bright-orange:#ff7033;
--reddish-orange:#f7481d;
--pure-red:#d62e1f;
}