Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #1e8f3c;
}
.kiwi-green {
color: #87d93a;
}
.sun-dust {
color: #f4e0a4;
}
.clementine-earring {
color: #ff9d0a;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--green-ribbon:#1e8f3c;
--kiwi-green:#87d93a;
--sun-dust:#f4e0a4;
--clementine-earring:#ff9d0a;
--shocking-orange:#ff6d1f;
}