Color names in this palette
CSS code for this palette
/* CSS */
.limestoned {
color: #a7caa0;
}
.witty-green {
color: #afd4a0;
}
.viridine-green {
color: #c8e3b0;
}
.lasting-thoughts {
color: #d8e8b0;
}
.freshman {
color: #e7f2c4;
}
/* CSS Variables */
:root {
--limestoned:#a7caa0;
--witty-green:#afd4a0;
--viridine-green:#c8e3b0;
--lasting-thoughts:#d8e8b0;
--freshman:#e7f2c4;
}