Color names in this palette
CSS code for this palette
/* CSS */
.garden-stroll {
color: #78c486;
}
.heart-chakra {
color: #55b479;
}
.fresh-greens {
color: #3dae6a;
}
.kelly-green {
color: #299e5c;
}
.bottle-glass {
color: #1f8e51;
}
/* CSS Variables */
:root {
--garden-stroll:#78c486;
--heart-chakra:#55b479;
--fresh-greens:#3dae6a;
--kelly-green:#299e5c;
--bottle-glass:#1f8e51;
}