Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.blue-estate {
color: #3a4a82;
}
.wave-jumper {
color: #6c8f9d;
}
.blue-dam {
color: #a1c7d4;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--blue-estate:#3a4a82;
--wave-jumper:#6c8f9d;
--blue-dam:#a1c7d4;
--bleached-silk:#f2f2f2;
}