Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.squeaky {
color: #6cc6d5;
}
.freshwater {
color: #4ea6b1;
}
.panorama {
color: #2b7a88;
}
.port-malmesbury {
color: #0f4c4d;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--squeaky:#6cc6d5;
--freshwater:#4ea6b1;
--panorama:#2b7a88;
--port-malmesbury:#0f4c4d;
}