Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.parkwater {
color: #4b7bbe;
}
.star-sapphire {
color: #3b6aa0;
}
.nautical {
color: #2b4d7d;
}
.navy-peony {
color: #1c3b5e;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--parkwater:#4b7bbe;
--star-sapphire:#3b6aa0;
--nautical:#2b4d7d;
--navy-peony:#1c3b5e;
}