Color names in this palette
CSS code for this palette
/* CSS */
.citrus-surge {
color: #8bc34b;
}
.green-fiasco {
color: #b0eb00;
}
.vibrant {
color: #ffd54d;
}
.ucla-gold {
color: #ffb300;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--citrus-surge:#8bc34b;
--green-fiasco:#b0eb00;
--vibrant:#ffd54d;
--ucla-gold:#ffb300;
--shocking-orange:#ff6d1f;
}