CSS code for this palette
/* CSS */
.sail {
color: #a8cdeb;
}
.regale-blue {
color: #7fb2d7;
}
.azure-blue {
color: #4e8cc6;
}
.venice-blue {
color: #2b5778;
}
.seafarer {
color: #1d4c6d;
}
/* CSS Variables */
:root {
--sail:#a8cdeb;
--regale-blue:#7fb2d7;
--azure-blue:#4e8cc6;
--venice-blue:#2b5778;
--seafarer:#1d4c6d;
}