Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.phaser-beam {
color: #ff4d00;
}
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
.wild-rider-red {
color: #db143c;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--phaser-beam:#ff4d00;
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
--wild-rider-red:#db143c;
}