Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.shocking-orange {
color: #ff6d1f;
}
.blood-burst {
color: #ff4d4f;
}
.moth-orchid {
color: #d6006f;
}
.druchii-violet {
color: #7b2b8c;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--shocking-orange:#ff6d1f;
--blood-burst:#ff4d4f;
--moth-orchid:#d6006f;
--druchii-violet:#7b2b8c;
}