Color names in this palette
CSS code for this palette
/* CSS */
.fresh-water {
color: #c7e0f5;
}
.light-blue-glint {
color: #a8d3e1;
}
.tennis-blue {
color: #7eb6c9;
}
.maui-blue {
color: #50a3b4;
}
.river-fountain {
color: #1f8a93;
}
/* CSS Variables */
:root {
--fresh-water:#c7e0f5;
--light-blue-glint:#a8d3e1;
--tennis-blue:#7eb6c9;
--maui-blue:#50a3b4;
--river-fountain:#1f8a93;
}