Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.burtuqali-orange {
color: #ff6a00;
}
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--burtuqali-orange:#ff6a00;
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--middle-yellow:#ffea00;
}