CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.pond-blue {
color: #8db4c8;
}
.estuary-blue {
color: #6ea6b4;
}
.aqueous {
color: #3a8f9c;
}
.bermuda {
color: #1f7e8e;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--pond-blue:#8db4c8;
--estuary-blue:#6ea6b4;
--aqueous:#3a8f9c;
--bermuda:#1f7e8e;
}