Color names in this palette
CSS code for this palette
/* CSS */
.altdorf-guard-blue {
color: #1d59b4;
}
.blue-dart {
color: #498fd4;
}
.coastal-waters {
color: #7bb8e0;
}
.van-gogh-blue {
color: #a7e0f1;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--altdorf-guard-blue:#1d59b4;
--blue-dart:#498fd4;
--coastal-waters:#7bb8e0;
--van-gogh-blue:#a7e0f1;
--m-white:#f4f7fb;
}