Color names in this palette
CSS code for this palette
/* CSS */
.pale-mountain-lake-turquoise {
color: #bae3d5;
}
.southern-belle {
color: #a4d6c0;
}
.crystal-gem {
color: #7bd1a7;
}
.green-garter {
color: #5eba89;
}
.funk {
color: #3da97e;
}
/* CSS Variables */
:root {
--pale-mountain-lake-turquoise:#bae3d5;
--southern-belle:#a4d6c0;
--crystal-gem:#7bd1a7;
--green-garter:#5eba89;
--funk:#3da97e;
}