Color names in this palette
CSS code for this palette
/* CSS */
.magic-night {
color: #3a3c5a;
}
.midnight-sea {
color: #5a5f8c;
}
.twilight-twinkle {
color: #7984c3;
}
.sorbet-ice-mauve {
color: #a3a5e0;
}
.violet-crush {
color: #d8d1e6;
}
/* CSS Variables */
:root {
--magic-night:#3a3c5a;
--midnight-sea:#5a5f8c;
--twilight-twinkle:#7984c3;
--sorbet-ice-mauve:#a3a5e0;
--violet-crush:#d8d1e6;
}