Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b92b5;
}
.devil-blue {
color: #2b7897;
}
.georgian-bay {
color: #20657e;
}
.seafarer {
color: #1c4e6d;
}
.poseidon {
color: #1a3b5b;
}
/* CSS Variables */
:root {
--navagio-bay:#3b92b5;
--devil-blue:#2b7897;
--georgian-bay:#20657e;
--seafarer:#1c4e6d;
--poseidon:#1a3b5b;
}