Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.naval-blue {
color: #3a4a69;
}
.allegiance {
color: #5b6a8b;
}
.dyer-s-woad {
color: #7c9bb1;
}
.metal-gear {
color: #9fc4db;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--naval-blue:#3a4a69;
--allegiance:#5b6a8b;
--dyer-s-woad:#7c9bb1;
--metal-gear:#9fc4db;
}