Color names in this palette
CSS code for this palette
/* CSS */
.green-vibes {
color: #d7e9c3;
}
.southern-belle {
color: #a3d7c1;
}
.tropic-turquoise {
color: #68b19f;
}
.corrosion-green {
color: #4c9e8a;
}
.apatite-blue {
color: #2f7f7c;
}
/* CSS Variables */
:root {
--green-vibes:#d7e9c3;
--southern-belle:#a3d7c1;
--tropic-turquoise:#68b19f;
--corrosion-green:#4c9e8a;
--apatite-blue:#2f7f7c;
}