Color names in this palette
CSS code for this palette
/* CSS */
.altdorf-guard-blue {
color: #1e5ca9;
}
.blue-dart {
color: #4a8ad9;
}
.blue-eyed-boy {
color: #89b6e6;
}
.light-shimmer {
color: #a6d7f2;
}
.m-white {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--altdorf-guard-blue:#1e5ca9;
--blue-dart:#4a8ad9;
--blue-eyed-boy:#89b6e6;
--light-shimmer:#a6d7f2;
--m-white:#f5f9ff;
}