Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.sunflower {
color: #ffc414;
}
.lime-lizard {
color: #a3d55d;
}
.french-blue {
color: #0074bd;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--sunflower:#ffc414;
--lime-lizard:#a3d55d;
--french-blue:#0074bd;
}