Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #496a9c;
}
.alaskan-ice {
color: #7c9fc5;
}
.sea-drive {
color: #c2d3e0;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#496a9c;
--alaskan-ice:#7c9fc5;
--sea-drive:#c2d3e0;
--m-white:#f4f7fb;
}