Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.radiation-carrot {
color: #ffa142;
}
.golden-moray-eel {
color: #ffcd61;
}
.soft-saffron {
color: #ffd480;
}
.butter-cupcake {
color: #ffdf99;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--radiation-carrot:#ffa142;
--golden-moray-eel:#ffcd61;
--soft-saffron:#ffd480;
--butter-cupcake:#ffdf99;
}