Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.vivid-orange {
color: #ff5e00;
}
.ucla-gold {
color: #ffb300;
}
.sweet-serenade {
color: #ffc7d5;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--vivid-orange:#ff5e00;
--ucla-gold:#ffb300;
--sweet-serenade:#ffc7d5;
--wild-violet:#681b98;
}