Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
.shady-neon-blue {
color: #5b4dff;
}
.olympic-blue {
color: #4b91e2;
}
.maldives {
color: #00bdd6;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
--shady-neon-blue:#5b4dff;
--olympic-blue:#4b91e2;
--maldives:#00bdd6;
}