Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.parkwater {
color: #4a7bbf;
}
.star-sapphire {
color: #3c6b9a;
}
.royal-consort {
color: #2a5883;
}
.hopi-blue-corn {
color: #1a4870;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--parkwater:#4a7bbf;
--star-sapphire:#3c6b9a;
--royal-consort:#2a5883;
--hopi-blue-corn:#1a4870;
}