Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.yacht-club-blue {
color: #4a5a82;
}
.blue-mountain {
color: #799cbe;
}
.chapel-blue {
color: #b0d2e8;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--yacht-club-blue:#4a5a82;
--blue-mountain:#799cbe;
--chapel-blue:#b0d2e8;
--wash-me:#f8fafc;
}