Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.radiation-carrot {
color: #ffa142;
}
.golden-moray-eel {
color: #ffcd61;
}
.digital-yellow {
color: #ffea80;
}
.eggnog {
color: #ffed9e;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--radiation-carrot:#ffa142;
--golden-moray-eel:#ffcd61;
--digital-yellow:#ffea80;
--eggnog:#ffed9e;
}