Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #5d9bd5;
}
.blue-dart {
color: #4f8bcf;
}
.tufts-blue {
color: #407bbf;
}
.lochmara {
color: #306d9c;
}
.oceanic-motion {
color: #1f5a7f;
}
/* CSS Variables */
:root {
--blue-bay:#5d9bd5;
--blue-dart:#4f8bcf;
--tufts-blue:#407bbf;
--lochmara:#306d9c;
--oceanic-motion:#1f5a7f;
}