Color names in this palette
CSS code for this palette
/* CSS */
.legacy-blue {
color: #9fc7e0;
}
.blue-bay {
color: #5d9bd5;
}
.beijing-blue {
color: #3b7bb0;
}
.theatre-blue {
color: #1e4c7b;
}
.lost-in-space {
color: #0b3b6a;
}
/* CSS Variables */
:root {
--legacy-blue:#9fc7e0;
--blue-bay:#5d9bd5;
--beijing-blue:#3b7bb0;
--theatre-blue:#1e4c7b;
--lost-in-space:#0b3b6a;
}