Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.blazing-bonfire {
color: #ff9c38;
}
.nacho {
color: #ffcb5c;
}
.lady-banksia {
color: #ffe6a8;
}
.beaming-sun {
color: #fff9e0;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--blazing-bonfire:#ff9c38;
--nacho:#ffcb5c;
--lady-banksia:#ffe6a8;
--beaming-sun:#fff9e0;
}