Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.blue-dart {
color: #498fd4;
}
.deluxe-days {
color: #89c6e6;
}
.freezing-vapor {
color: #d2e7f9;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--blue-dart:#498fd4;
--deluxe-days:#89c6e6;
--freezing-vapor:#d2e7f9;
--dr-white:#fafafa;
}