Color names in this palette
CSS code for this palette
/* CSS */
.garden-stroll {
color: #78c486;
}
.green-trance {
color: #a7d9a5;
}
.iced-avocado {
color: #c9e2b6;
}
.fresh-grown {
color: #f4f8c4;
}
.antique-wicker-basket {
color: #f2d2a1;
}
/* CSS Variables */
:root {
--garden-stroll:#78c486;
--green-trance:#a7d9a5;
--iced-avocado:#c9e2b6;
--fresh-grown:#f4f8c4;
--antique-wicker-basket:#f2d2a1;
}