Color names in this palette
CSS code for this palette
/* CSS */
.bath-salt-green {
color: #b8e0d8;
}
.smooth-satin {
color: #a2d8d2;
}
.blue-green-gem {
color: #80c6c5;
}
.celtic-spring {
color: #a8e1b6;
}
.snow-crystal-green {
color: #e5f0e7;
}
/* CSS Variables */
:root {
--bath-salt-green:#b8e0d8;
--smooth-satin:#a2d8d2;
--blue-green-gem:#80c6c5;
--celtic-spring:#a8e1b6;
--snow-crystal-green:#e5f0e7;
}