Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.vitamin-c {
color: #ff9900;
}
.electric-glow {
color: #ffd000;
}
.ksu-purple {
color: #4d2b8c;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--vitamin-c:#ff9900;
--electric-glow:#ffd000;
--ksu-purple:#4d2b8c;
--heliotrope-magenta:#a400b3;
}