Color names in this palette
CSS code for this palette
/* CSS */
.fresh-grown {
color: #f0f4c3;
}
.cactus-spike {
color: #c4e0a3;
}
.exhilarating-green {
color: #80c684;
}
.emerald-wave {
color: #4eb7ac;
}
.sea-kale {
color: #26a699;
}
/* CSS Variables */
:root {
--fresh-grown:#f0f4c3;
--cactus-spike:#c4e0a3;
--exhilarating-green:#80c684;
--emerald-wave:#4eb7ac;
--sea-kale:#26a699;
}