Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c203b;
}
.victory-blue {
color: #3b3e59;
}
.champion-blue {
color: #5d6189;
}
.lavender-lustre {
color: #8f9bc1;
}
.pastel-blue {
color: #a3c3ff;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c203b;
--victory-blue:#3b3e59;
--champion-blue:#5d6189;
--lavender-lustre:#8f9bc1;
--pastel-blue:#a3c3ff;
}