Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.water-flow {
color: #79c0d8;
}
.peaceful-river {
color: #4ba1d2;
}
.bondi-blue {
color: #0093b8;
}
.sea-sight {
color: #007a99;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--water-flow:#79c0d8;
--peaceful-river:#4ba1d2;
--bondi-blue:#0093b8;
--sea-sight:#007a99;
}