Color names in this palette
CSS code for this palette
/* CSS */
.barney-purple {
color: #a300a0;
}
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.creamy-cloud-dreams {
color: #fff6e0;
}
/* CSS Variables */
:root {
--barney-purple:#a300a0;
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--creamy-cloud-dreams:#fff6e0;
}