CSS code for this palette
/* CSS */
.m-white {
color: #f5f9ff;
}
.salty-ice {
color: #cde2f9;
}
.template {
color: #a6c8e2;
}
.kentucky {
color: #6296c0;
}
.devil-blue {
color: #2b7897;
}
/* CSS Variables */
:root {
--m-white:#f5f9ff;
--salty-ice:#cde2f9;
--template:#a6c8e2;
--kentucky:#6296c0;
--devil-blue:#2b7897;
}