Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3e8e8e;
}
.artesian-well {
color: #5cb2b2;
}
.limpet-shell {
color: #8fdbdb;
}
.mint-macaron {
color: #b2f0f0;
}
.coastal-breeze {
color: #def7f7;
}
/* CSS Variables */
:root {
--blue-chill:#3e8e8e;
--artesian-well:#5cb2b2;
--limpet-shell:#8fdbdb;
--mint-macaron:#b2f0f0;
--coastal-breeze:#def7f7;
}