Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.blue-flag {
color: #3c4f72;
}
.aragonite-blue {
color: #6992b0;
}
.fairy-sparkles {
color: #b1def7;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--blue-flag:#3c4f72;
--aragonite-blue:#6992b0;
--fairy-sparkles:#b1def7;
--wash-me:#f8fafc;
}