Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.electric-glow {
color: #ffd000;
}
.maldives {
color: #00bad6;
}
.nebula-outpost {
color: #8c24a8;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--electric-glow:#ffd000;
--maldives:#00bad6;
--nebula-outpost:#8c24a8;
}