CSS code for this palette
/* CSS */
.seafarer {
color: #1f4e70;
}
.blue-dart-frog {
color: #3c7b96;
}
.maui-blue {
color: #54a1b0;
}
.pearl-bay {
color: #7fcacc;
}
.everest {
color: #a1e3e1;
}
/* CSS Variables */
:root {
--seafarer:#1f4e70;
--blue-dart-frog:#3c7b96;
--maui-blue:#54a1b0;
--pearl-bay:#7fcacc;
--everest:#a1e3e1;
}