Color names in this palette
CSS code for this palette
/* CSS */
.stratos {
color: #000742;
}
.snorlax {
color: #1d1f7c;
}
.wizard-s-potion {
color: #5b5c9a;
}
.moon-veil {
color: #8d99b0;
}
.violet-powder {
color: #c5c9d8;
}
/* CSS Variables */
:root {
--stratos:#000742;
--snorlax:#1d1f7c;
--wizard-s-potion:#5b5c9a;
--moon-veil:#8d99b0;
--violet-powder:#c5c9d8;
}