Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.electric-glow {
color: #ffd000;
}
.blue-marguerite {
color: #6b4fba;
}
.ashton-blue {
color: #4b77b9;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--electric-glow:#ffd000;
--blue-marguerite:#6b4fba;
--ashton-blue:#4b77b9;
}