Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.lochmara {
color: #2e6f9e;
}
.aztec-sky {
color: #4bb4d8;
}
.ocean-cruise {
color: #9cd4e2;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--lochmara:#2e6f9e;
--aztec-sky:#4bb4d8;
--ocean-cruise:#9cd4e2;
--everlasting-ice:#f5fafa;
}