Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.ucla-gold {
color: #ffb300;
}
.hollandaise {
color: #ffec42;
}
.lime-rasp {
color: #b2d100;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--ucla-gold:#ffb300;
--hollandaise:#ffec42;
--lime-rasp:#b2d100;
--devil-s-grass:#4cae4f;
}