Color names in this palette
CSS code for this palette
/* CSS */
.refreshing-pool {
color: #b7e6e3;
}
.smooth-satin {
color: #a1d4d3;
}
.pure-turquoise {
color: #7ac2c0;
}
.thalassa {
color: #4eafbc;
}
.safe-harbour {
color: #1a8a9e;
}
/* CSS Variables */
:root {
--refreshing-pool:#b7e6e3;
--smooth-satin:#a1d4d3;
--pure-turquoise:#7ac2c0;
--thalassa:#4eafbc;
--safe-harbour:#1a8a9e;
}