Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.ucla-gold {
color: #ffb300;
}
.hollandaise {
color: #ffec3d;
}
.nuclear-waste {
color: #76ff05;
}
.krishna-blue {
color: #00aeff;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--ucla-gold:#ffb300;
--hollandaise:#ffec3d;
--nuclear-waste:#76ff05;
--krishna-blue:#00aeff;
}