CSS code for this palette
/* CSS */
.sea-drive {
color: #c2d4e0;
}
.frozen-blue {
color: #a4c6da;
}
.kindred {
color: #6fa5d8;
}
.blue-dart {
color: #4b8dd2;
}
.matt-blue {
color: #2a6ebb;
}
/* CSS Variables */
:root {
--sea-drive:#c2d4e0;
--frozen-blue:#a4c6da;
--kindred:#6fa5d8;
--blue-dart:#4b8dd2;
--matt-blue:#2a6ebb;
}