Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-flour {
color: #4a8f00;
}
.jasmine-green {
color: #7cc144;
}
.young-green-onion {
color: #a2d058;
}
.angel-s-trumpet {
color: #f2e03a;
}
.obstinate-orange {
color: #da532b;
}
/* CSS Variables */
:root {
--pistachio-flour:#4a8f00;
--jasmine-green:#7cc144;
--young-green-onion:#a2d058;
--angel-s-trumpet:#f2e03a;
--obstinate-orange:#da532b;
}