Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.aerospace-orange {
color: #ff5100;
}
.neon-rose {
color: #ff0080;
}
.vivid-orchid {
color: #c800ff;
}
.radiant-feather {
color: #4d00ff;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--aerospace-orange:#ff5100;
--neon-rose:#ff0080;
--vivid-orchid:#c800ff;
--radiant-feather:#4d00ff;
}