Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.bianchi-green {
color: #3bceb6;
}
.blue-heath-butterfly {
color: #4d67ff;
}
.cool-purple {
color: #a629ff;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--bianchi-green:#3bceb6;
--blue-heath-butterfly:#4d67ff;
--cool-purple:#a629ff;
}