Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b3b6f;
}
.sweat-bee {
color: #1f4c8e;
}
.altdorf-guard-blue {
color: #1f5da8;
}
.porpita-porpita {
color: #2c8fc3;
}
.havana-blue {
color: #a7dae6;
}
/* CSS Variables */
:root {
--assault:#1b3b6f;
--sweat-bee:#1f4c8e;
--altdorf-guard-blue:#1f5da8;
--porpita-porpita:#2c8fc3;
--havana-blue:#a7dae6;
}