Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.flush-orange {
color: #ff6e00;
}
.ucla-gold {
color: #ffb300;
}
.devil-s-grass {
color: #4cae4f;
}
.pervenche {
color: #0091eb;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--flush-orange:#ff6e00;
--ucla-gold:#ffb300;
--devil-s-grass:#4cae4f;
--pervenche:#0091eb;
}