Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.grapefruit {
color: #ff5c5c;
}
.ucla-gold {
color: #ffb300;
}
.middle-yellow {
color: #ffea00;
}
.cadmium-violet {
color: #7e3d99;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--grapefruit:#ff5c5c;
--ucla-gold:#ffb300;
--middle-yellow:#ffea00;
--cadmium-violet:#7e3d99;
}