CSS code for this palette
/* CSS */
.bridgewater-bay {
color: #bad5e3;
}
.blue-dam {
color: #a1c6d4;
}
.snowboard {
color: #73a8b5;
}
.tort {
color: #5c8b93;
}
.otter-creek {
color: #3c5c5d;
}
/* CSS Variables */
:root {
--bridgewater-bay:#bad5e3;
--blue-dam:#a1c6d4;
--snowboard:#73a8b5;
--tort:#5c8b93;
--otter-creek:#3c5c5d;
}