Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.squeaky {
color: #6cc4d5;
}
.fairy-tale-blue {
color: #3d9db8;
}
.pagoda-blue {
color: #1f7c93;
}
.octagon-ocean {
color: #0c5b73;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--squeaky:#6cc4d5;
--fairy-tale-blue:#3d9db8;
--pagoda-blue:#1f7c93;
--octagon-ocean:#0c5b73;
}