Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.moldy-ochre {
color: #d6a400;
}
.eternal-flame {
color: #a03b49;
}
.moonshade {
color: #5e6d9c;
}
.fuzzy-duckling {
color: #feeb71;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--moldy-ochre:#d6a400;
--eternal-flame:#a03b49;
--moonshade:#5e6d9c;
--fuzzy-duckling:#feeb71;
}