Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.mandarin-sorbet {
color: #ffad42;
}
.shocking-orange {
color: #ff6d1f;
}
.reddish-pink {
color: #ff2e54;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--mandarin-sorbet:#ffad42;
--shocking-orange:#ff6d1f;
--reddish-pink:#ff2e54;
--moth-orchid:#d6006f;
}