Color names in this palette
CSS code for this palette
/* CSS */
.garden-stroll {
color: #78c486;
}
.pistachio-green {
color: #a8d4a0;
}
.splashdown {
color: #d5e7d7;
}
.bean-sprout {
color: #f2f8e7;
}
.coral-blossom {
color: #f9bda4;
}
/* CSS Variables */
:root {
--garden-stroll:#78c486;
--pistachio-green:#a8d4a0;
--splashdown:#d5e7d7;
--bean-sprout:#f2f8e7;
--coral-blossom:#f9bda4;
}