Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.orange-juice {
color: #ff8000;
}
.ucla-gold {
color: #ffb300;
}
.yriel-yellow {
color: #ffdb57;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--orange-juice:#ff8000;
--ucla-gold:#ffb300;
--yriel-yellow:#ffdb57;
--grapefruit-pulp:#ff6e61;
}