Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.sea-of-galilee {
color: #496a92;
}
.eiger-nordwand {
color: #7a9cbd;
}
.blair {
color: #a1c1e2;
}
.m-white {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--sea-of-galilee:#496a92;
--eiger-nordwand:#7a9cbd;
--blair:#a1c1e2;
--m-white:#f5f9ff;
}