Color names in this palette
CSS code for this palette
/* CSS */
.neon-rose {
color: #ff0080;
}
.ucla-gold {
color: #ffb300;
}
.krishna-blue {
color: #00b2ff;
}
.digital-violets {
color: #a600ff;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--neon-rose:#ff0080;
--ucla-gold:#ffb300;
--krishna-blue:#00b2ff;
--digital-violets:#a600ff;
--flush-orange:#ff6e00;
}