Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3d5b;
}
.endeavour {
color: #2a5d8d;
}
.navagio-bay {
color: #3c8eb4;
}
.blue-dam {
color: #a5c6d4;
}
.bone-chilling {
color: #e1f4f1;
}
/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--endeavour:#2a5d8d;
--navagio-bay:#3c8eb4;
--blue-dam:#a5c6d4;
--bone-chilling:#e1f4f1;
}