CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.truth {
color: #3a498d;
}
.loch-ness {
color: #5d6db6;
}
.windsor-way {
color: #a2c4e7;
}
.sundance {
color: #f8c76d;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--truth:#3a498d;
--loch-ness:#5d6db6;
--windsor-way:#a2c4e7;
--sundance:#f8c76d;
}