Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.neon-light {
color: #ffe15c;
}
.lovely-euphoric-delight {
color: #fff0ff;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--neon-light:#ffe15c;
--lovely-euphoric-delight:#fff0ff;
--coral-red:#ff3d3d;
}