Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.mandarin-jelly {
color: #ff8800;
}
.ucla-gold {
color: #ffb300;
}
.middle-yellow {
color: #ffea00;
}
.puyo-blob-green {
color: #5bff4d;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--mandarin-jelly:#ff8800;
--ucla-gold:#ffb300;
--middle-yellow:#ffea00;
--puyo-blob-green:#5bff4d;
}