Color names in this palette
CSS code for this palette
/* CSS */
.limestoned {
color: #a7caa0;
}
.witty-green {
color: #b2d9a0;
}
.lasting-thoughts {
color: #d0e8b0;
}
.tokyo-underground {
color: #eaf5d6;
}
.white-sulfur {
color: #eff9e7;
}
/* CSS Variables */
:root {
--limestoned:#a7caa0;
--witty-green:#b2d9a0;
--lasting-thoughts:#d0e8b0;
--tokyo-underground:#eaf5d6;
--white-sulfur:#eff9e7;
}