Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.phaser-beam {
color: #ff4d00;
}
.neon-rose {
color: #ff0080;
}
.digital-violets {
color: #a600ff;
}
.azure {
color: #007fff;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--phaser-beam:#ff4d00;
--neon-rose:#ff0080;
--digital-violets:#a600ff;
--azure:#007fff;
}