Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.southern-blue {
color: #395989;
}
.hideout {
color: #4f87b5;
}
.spritzig {
color: #78c6e8;
}
.blizzard-blue {
color: #a4e1f4;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--southern-blue:#395989;
--hideout:#4f87b5;
--spritzig:#78c6e8;
--blizzard-blue:#a4e1f4;
}