Color names in this palette
CSS code for this palette
/* CSS */
.fresh-tone {
color: #b3c7c1;
}
.tropical-bay {
color: #9fb7b0;
}
.chrysopal-light-green {
color: #8db4a2;
}
.peahen {
color: #6f9b8c;
}
.azurite-water-green {
color: #4c7b73;
}
/* CSS Variables */
:root {
--fresh-tone:#b3c7c1;
--tropical-bay:#9fb7b0;
--chrysopal-light-green:#8db4a2;
--peahen:#6f9b8c;
--azurite-water-green:#4c7b73;
}