Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1f3b;
}
.magic-night {
color: #3a3d5a;
}
.wizard-s-potion {
color: #5c6493;
}
.orchid-lei {
color: #9d4d7b;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1f3b;
--magic-night:#3a3d5a;
--wizard-s-potion:#5c6493;
--orchid-lei:#9d4d7b;
--shrimp-cocktail:#f4a462;
}