CSS code for this palette
/* CSS */
.light-template {
color: #b9d7e9;
}
.sea-cliff {
color: #a3c9e0;
}
.tall-waves {
color: #5ca0c7;
}
.toy-blue {
color: #008c9e;
}
.cairns {
color: #0b6989;
}
/* CSS Variables */
:root {
--light-template:#b9d7e9;
--sea-cliff:#a3c9e0;
--tall-waves:#5ca0c7;
--toy-blue:#008c9e;
--cairns:#0b6989;
}