Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1e1e3e;
}
.deep-water {
color: #2b719c;
}
.high-blue {
color: #4ab3e8;
}
.sora-blue {
color: #99daf0;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1e1e3e;
--deep-water:#2b719c;
--high-blue:#4ab3e8;
--sora-blue:#99daf0;
--bleached-silk:#f2f2f2;
}