Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.monarch-wing {
color: #ff8e24;
}
.floral-leaf {
color: #ffb84d;
}
.june-day {
color: #ffe180;
}
.candle-flame {
color: #fff6a3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--monarch-wing:#ff8e24;
--floral-leaf:#ffb84d;
--june-day:#ffe180;
--candle-flame:#fff6a3;
}