Color names in this palette
CSS code for this palette
/* CSS */
.altdorf-guard-blue {
color: #195aa9;
}
.ticino-blue {
color: #2a8bcf;
}
.sail-away {
color: #4cb2e1;
}
.heisenberg-blue {
color: #6ed3f2;
}
.blizzard-blue {
color: #9fe7f4;
}
/* CSS Variables */
:root {
--altdorf-guard-blue:#195aa9;
--ticino-blue:#2a8bcf;
--sail-away:#4cb2e1;
--heisenberg-blue:#6ed3f2;
--blizzard-blue:#9fe7f4;
}