Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.candid-blue {
color: #69c4e8;
}
.lake-thun {
color: #3db9e6;
}
.bondi-blue {
color: #0095b3;
}
.mosaic-blue {
color: #007d99;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--candid-blue:#69c4e8;
--lake-thun:#3db9e6;
--bondi-blue:#0095b3;
--mosaic-blue:#007d99;
}