Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.boat-house {
color: #4b8bc3;
}
.beijing-blue {
color: #3c7faf;
}
.blue-oasis {
color: #2b6a97;
}
.stunning-sapphire {
color: #1b5683;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--boat-house:#4b8bc3;
--beijing-blue:#3c7faf;
--blue-oasis:#2b6a97;
--stunning-sapphire:#1b5683;
}