CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.blue-tang {
color: #2b4c6e;
}
.boat-house {
color: #4b90be;
}
.july {
color: #86d3e4;
}
.chef-s-hat {
color: #f2f6f7;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--blue-tang:#2b4c6e;
--boat-house:#4b90be;
--july:#86d3e4;
--chef-s-hat:#f2f6f7;
}