Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-bows {
color: #a2c4d7;
}
.heavenly {
color: #7eb1c4;
}
.sports-blue {
color: #3d99b3;
}
.kings-of-sea {
color: #2c7f9b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-bows:#a2c4d7;
--heavenly:#7eb1c4;
--sports-blue:#3d99b3;
--kings-of-sea:#2c7f9b;
}