Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b4074;
}
.deep-water {
color: #2c709b;
}
.blue-raspberry-seed {
color: #3fa6c6;
}
.middle-blue {
color: #78d3e8;
}
.waterspout {
color: #a3f1ff;
}
/* CSS Variables */
:root {
--assault:#1b4074;
--deep-water:#2c709b;
--blue-raspberry-seed:#3fa6c6;
--middle-blue:#78d3e8;
--waterspout:#a3f1ff;
}