Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.clean-pool {
color: #5cc0eb;
}
.cyan-cornflower-blue {
color: #1e8cc2;
}
.turkish-tile {
color: #007c9e;
}
.job-s-tears {
color: #005c7a;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--clean-pool:#5cc0eb;
--cyan-cornflower-blue:#1e8cc2;
--turkish-tile:#007c9e;
--job-s-tears:#005c7a;
}