Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.yriel-yellow {
color: #ffdb57;
}
.lime-lizard {
color: #a3d55d;
}
.taurus-forest-fern {
color: #6dc34b;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--yriel-yellow:#ffdb57;
--lime-lizard:#a3d55d;
--taurus-forest-fern:#6dc34b;
}