Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1e3d;
}
.antarctic-blue {
color: #2e3e5c;
}
.caspian-sea {
color: #4c6e90;
}
.water-flow {
color: #79c4d7;
}
.light-purity {
color: #e1d5e7;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1e3d;
--antarctic-blue:#2e3e5c;
--caspian-sea:#4c6e90;
--water-flow:#79c4d7;
--light-purity:#e1d5e7;
}