Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.baby-motive {
color: #8ccbde;
}
.broom-butterfly-blue {
color: #6ab1d7;
}
.sub-zero {
color: #51a3d2;
}
.norse-blue {
color: #3b9bc4;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--baby-motive:#8ccbde;
--broom-butterfly-blue:#6ab1d7;
--sub-zero:#51a3d2;
--norse-blue:#3b9bc4;
}