Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.parkwater {
color: #4a7bbf;
}
.muted-blue {
color: #3c6f9f;
}
.neptune-blue {
color: #2f609d;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--parkwater:#4a7bbf;
--muted-blue:#3c6f9f;
--neptune-blue:#2f609d;
--syndicalist:#f5c400;
}