Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.lemon-whisper {
color: #ffb30f;
}
.soviet-gold {
color: #ffd900;
}
.devil-s-grass {
color: #4cae4f;
}
.night-in-manchester {
color: #4051b5;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--lemon-whisper:#ffb30f;
--soviet-gold:#ffd900;
--devil-s-grass:#4cae4f;
--night-in-manchester:#4051b5;
}