Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.sun-crete {
color: #ff8c00;
}
.citrus-splash {
color: #ffc300;
}
.busy-bee {
color: #f2ff00;
}
.green-gas {
color: #00ff99;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--sun-crete:#ff8c00;
--citrus-splash:#ffc300;
--busy-bee:#f2ff00;
--green-gas:#00ff99;
}