Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.ucla-gold {
color: #ffb300;
}
.shocking-orange {
color: #ff6d1f;
}
.magenta-violet {
color: #6b508b;
}
.jade-orchid {
color: #00a8a8;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--ucla-gold:#ffb300;
--shocking-orange:#ff6d1f;
--magenta-violet:#6b508b;
--jade-orchid:#00a8a8;
}