Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.sunflower-mango {
color: #ffb700;
}
.taurus-forest-fern {
color: #6fbf4f;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--sunflower-mango:#ffb700;
--taurus-forest-fern:#6fbf4f;
--olympic-blue:#4b91e2;
}