Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1e2a43;
}
.night-market {
color: #4a5f78;
}
.wave-jumper {
color: #6d909c;
}
.blue-dam {
color: #a1c4d4;
}
.milky-way {
color: #eaf4f6;
}
/* CSS Variables */
:root {
--yankees-blue:#1e2a43;
--night-market:#4a5f78;
--wave-jumper:#6d909c;
--blue-dam:#a1c4d4;
--milky-way:#eaf4f6;
}