Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1b4d74;
}
.dirty-blue {
color: #3c809f;
}
.squeaky {
color: #6dc3d5;
}
.ganon-blue {
color: #a5e2f8;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1b4d74;
--dirty-blue:#3c809f;
--squeaky:#6dc3d5;
--ganon-blue:#a5e2f8;
--lynx-white:#f6f8f8;
}