Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.yellow-jacket {
color: #ffc83d;
}
.sweet-chamomile {
color: #fce388;
}
.jeune-citron {
color: #a9d40c;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--yellow-jacket:#ffc83d;
--sweet-chamomile:#fce388;
--jeune-citron:#a9d40c;
}