Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.au-gratin {
color: #ffa047;
}
.nacho {
color: #ffcb5c;
}
.midday-sun {
color: #ffe3a3;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--au-gratin:#ffa047;
--nacho:#ffcb5c;
--midday-sun:#ffe3a3;
--mouse-nose:#ffe4b3;
}