Color names in this palette
CSS code for this palette
/* CSS */
.bath-salt-green {
color: #b8e0d8;
}
.southern-belle {
color: #a3d7c2;
}
.catarina-green {
color: #8dc3b4;
}
.tropic-turquoise {
color: #6bb8a3;
}
.hole-in-one {
color: #4fb093;
}
/* CSS Variables */
:root {
--bath-salt-green:#b8e0d8;
--southern-belle:#a3d7c2;
--catarina-green:#8dc3b4;
--tropic-turquoise:#6bb8a3;
--hole-in-one:#4fb093;
}