Color names in this palette
CSS code for this palette
/* CSS */
.garden-stroll {
color: #78c486;
}
.pistachio-green {
color: #a9d2a2;
}
.iced-celery {
color: #e2e6b7;
}
.phellodendron-amurense {
color: #f7c23b;
}
.coral-orange {
color: #e76946;
}
/* CSS Variables */
:root {
--garden-stroll:#78c486;
--pistachio-green:#a9d2a2;
--iced-celery:#e2e6b7;
--phellodendron-amurense:#f7c23b;
--coral-orange:#e76946;
}