Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.squeaky {
color: #6cc4d5;
}
.moonstone {
color: #3caac8;
}
.blue-mediterranean {
color: #1d7b9a;
}
.tanzanite-blue {
color: #0e4d6c;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--squeaky:#6cc4d5;
--moonstone:#3caac8;
--blue-mediterranean:#1d7b9a;
--tanzanite-blue:#0e4d6c;
}