Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.feijoa {
color: #a7d98c;
}
.lasting-thoughts {
color: #d0e7b1;
}
.cashew-cheese {
color: #f7f9b9;
}
.lazy-daisy {
color: #f9eba4;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--feijoa:#a7d98c;
--lasting-thoughts:#d0e7b1;
--cashew-cheese:#f7f9b9;
--lazy-daisy:#f9eba4;
}