Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.soviet-gold {
color: #ffd900;
}
.jade {
color: #00a86b;
}
.blurple {
color: #5d40d4;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--soviet-gold:#ffd900;
--jade:#00a86b;
--blurple:#5d40d4;
--moth-orchid:#d6006f;
}