Color names in this palette
CSS code for this palette
/* CSS */
.fresh-water {
color: #c9e4f8;
}
.blue-click {
color: #a5d9e9;
}
.thredbo {
color: #75c3d7;
}
.river-blue {
color: #3bb4c9;
}
.safe-harbour {
color: #1b8da1;
}
/* CSS Variables */
:root {
--fresh-water:#c9e4f8;
--blue-click:#a5d9e9;
--thredbo:#75c3d7;
--river-blue:#3bb4c9;
--safe-harbour:#1b8da1;
}