Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.ensign-blue {
color: #3e4d70;
}
.blue-heaven {
color: #5b7f9a;
}
.respite {
color: #94b5c7;
}
.coastal-breeze {
color: #e2f2f8;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--ensign-blue:#3e4d70;
--blue-heaven:#5b7f9a;
--respite:#94b5c7;
--coastal-breeze:#e2f2f8;
}