Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1b1f3b;
}
.egyptian-violet {
color: #3d4b71;
}
.pale-flower {
color: #698dab;
}
.twinkle {
color: #aec5d5;
}
.lavender-syrup {
color: #e6e8ef;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1b1f3b;
--egyptian-violet:#3d4b71;
--pale-flower:#698dab;
--twinkle:#aec5d5;
--lavender-syrup:#e6e8ef;
}