Color names in this palette
CSS code for this palette
/* CSS */
.hint-of-blue {
color: #cfe2f2;
}
.blue-click {
color: #a6d6e8;
}
.coastal-waters {
color: #7ab8dc;
}
.pottery-blue {
color: #54a1c4;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--hint-of-blue:#cfe2f2;
--blue-click:#a6d6e8;
--coastal-waters:#7ab8dc;
--pottery-blue:#54a1c4;
--turkish-tile:#007c9e;
}