Color names in this palette
CSS code for this palette
/* CSS */
.lasting-thoughts {
color: #d3e8b0;
}
.french-market {
color: #a3c4a1;
}
.mint-bonbon-green {
color: #79b4a5;
}
.flounce {
color: #4a8c8c;
}
.tree-bark-green {
color: #2f4c4c;
}
/* CSS Variables */
:root {
--lasting-thoughts:#d3e8b0;
--french-market:#a3c4a1;
--mint-bonbon-green:#79b4a5;
--flounce:#4a8c8c;
--tree-bark-green:#2f4c4c;
}