Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.lucky-lime {
color: #99cd32;
}
.light-blue {
color: #add8e6;
}
.ucla-gold {
color: #ffb300;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--lucky-lime:#99cd32;
--light-blue:#add8e6;
--ucla-gold:#ffb300;
--inferno-orange:#ff4400;
}