Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a203d;
}
.truth {
color: #3a498d;
}
.indigo-light {
color: #5b74c8;
}
.fly-away {
color: #8eb4f1;
}
.freezing-vapor {
color: #d2e7f9;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a203d;
--truth:#3a498d;
--indigo-light:#5b74c8;
--fly-away:#8eb4f1;
--freezing-vapor:#d2e7f9;
}