CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.vitamin-c {
color: #ff9900;
}
.citrus-splash {
color: #ffc300;
}
.star {
color: #ffe500;
}
.eggnog {
color: #ffed9e;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--vitamin-c:#ff9900;
--citrus-splash:#ffc300;
--star:#ffe500;
--eggnog:#ffed9e;
}