Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.n-rang-orange {
color: #ff8052;
}
.au-gratin {
color: #ffa047;
}
.pickled-ginger {
color: #ffe057;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--n-rang-orange:#ff8052;
--au-gratin:#ffa047;
--pickled-ginger:#ffe057;
--sunshine-mellow:#f1c40e;
}