Color names in this palette
CSS code for this palette
/* CSS */
.parsley-sprig {
color: #3c6d4e;
}
.spring-garden {
color: #5b8b5f;
}
.froggy-pond {
color: #7fb89e;
}
.southern-belle {
color: #a3d7c4;
}
.teal-ice {
color: #d1f0e8;
}
/* CSS Variables */
:root {
--parsley-sprig:#3c6d4e;
--spring-garden:#5b8b5f;
--froggy-pond:#7fb89e;
--southern-belle:#a3d7c4;
--teal-ice:#d1f0e8;
}