Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.phaser-beam {
color: #ff4d00;
}
.ferrari-red {
color: #ff2b00;
}
.pink-poison {
color: #ff007b;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--phaser-beam:#ff4d00;
--ferrari-red:#ff2b00;
--pink-poison:#ff007b;
--flush-orange:#ff6e00;
}