Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.paris-daisy {
color: #fce84f;
}
.jeune-citron {
color: #a8d30d;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--paris-daisy:#fce84f;
--jeune-citron:#a8d30d;
}