Color names in this palette
CSS code for this palette
/* CSS */
.flame-orange {
color: #f78c22;
}
.ucla-gold {
color: #ffb300;
}
.quack-quack {
color: #ffeb8a;
}
.illuminati-green {
color: #3f8d60;
}
.devil-blue {
color: #2b7897;
}
/* CSS Variables */
:root {
--flame-orange:#f78c22;
--ucla-gold:#ffb300;
--quack-quack:#ffeb8a;
--illuminati-green:#3f8d60;
--devil-blue:#2b7897;
}