Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.parkwater {
color: #4b7dbe;
}
.mississippi-river {
color: #3b688c;
}
.quiet-storm {
color: #2e5c6b;
}
.delta-green {
color: #2d494d;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--parkwater:#4b7dbe;
--mississippi-river:#3b688c;
--quiet-storm:#2e5c6b;
--delta-green:#2d494d;
}