Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.orange-popsicle {
color: #ff7d1a;
}
.bee-cluster {
color: #ffaa33;
}
.bright-halo {
color: #ffd166;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--orange-popsicle:#ff7d1a;
--bee-cluster:#ffaa33;
--bright-halo:#ffd166;
--middle-yellow:#ffea00;
}