Color names in this palette
CSS code for this palette
/* CSS */
.saline-water {
color: #c3e9e6;
}
.touch-of-turquoise {
color: #a1d3d1;
}
.kingfisher-turquoise {
color: #7ab8b8;
}
.summer-turquoise-blue {
color: #4b9daa;
}
.bermuda {
color: #1f7b89;
}
/* CSS Variables */
:root {
--saline-water:#c3e9e6;
--touch-of-turquoise:#a1d3d1;
--kingfisher-turquoise:#7ab8b8;
--summer-turquoise-blue:#4b9daa;
--bermuda:#1f7b89;
}