CSS code for this palette
/* CSS */
.stream {
color: #4a5e78;
}
.rushing-river {
color: #607a9a;
}
.grey-blue {
color: #78a2b5;
}
.cay {
color: #a4d2d6;
}
.coastal-breeze {
color: #e2f2f8;
}
/* CSS Variables */
:root {
--stream:#4a5e78;
--rushing-river:#607a9a;
--grey-blue:#78a2b5;
--cay:#a4d2d6;
--coastal-breeze:#e2f2f8;
}