Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.orange-juice {
color: #ff8000;
}
.ucla-gold {
color: #ffb300;
}
.hollandaise {
color: #ffec3d;
}
.yellow {
color: #ffff00;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--orange-juice:#ff8000;
--ucla-gold:#ffb300;
--hollandaise:#ffec3d;
--yellow:#ffff00;
}