Color names in this palette
CSS code for this palette
/* CSS */
.bath-salt-green {
color: #b8e0d8;
}
.smooth-satin {
color: #a2d8d1;
}
.meridian-star {
color: #7bc6b1;
}
.hole-in-one {
color: #4baf94;
}
.illuminating-emerald {
color: #2d8b76;
}
/* CSS Variables */
:root {
--bath-salt-green:#b8e0d8;
--smooth-satin:#a2d8d1;
--meridian-star:#7bc6b1;
--hole-in-one:#4baf94;
--illuminating-emerald:#2d8b76;
}