Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1f3b;
}
.truth {
color: #394989;
}
.polar-ice {
color: #71a7d6;
}
.high-plateau {
color: #e5b57b;
}
.berrylicious {
color: #d95e6c;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1f3b;
--truth:#394989;
--polar-ice:#71a7d6;
--high-plateau:#e5b57b;
--berrylicious:#d95e6c;
}