Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.phaser-beam {
color: #ff4d00;
}
.ucla-gold {
color: #ffb300;
}
.clouded-vision {
color: #d1d1d1;
}
.heartbeat {
color: #a80000;
}
/* CSS Variables */
:root {
--black:#000000;
--phaser-beam:#ff4d00;
--ucla-gold:#ffb300;
--clouded-vision:#d1d1d1;
--heartbeat:#a80000;
}