Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.orange-pop {
color: #ffb83d;
}
.golden-moray-eel {
color: #ffcd61;
}
.big-bus-yellow {
color: #ffda8a;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--orange-pop:#ffb83d;
--golden-moray-eel:#ffcd61;
--big-bus-yellow:#ffda8a;
--mouse-nose:#ffe4b3;
}