Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a203d;
}
.mystification {
color: #2a3e6f;
}
.riverside {
color: #4b7095;
}
.grey-blue {
color: #78a2b5;
}
.bathe-blue {
color: #c4dfe4;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a203d;
--mystification:#2a3e6f;
--riverside:#4b7095;
--grey-blue:#78a2b5;
--bathe-blue:#c4dfe4;
}