Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1d1b50;
}
.sage-violet {
color: #3e3a78;
}
.dusted-peri {
color: #6b6b9e;
}
.violet-tulip {
color: #9e8dc4;
}
.hopeful {
color: #f2d4e1;
}
/* CSS Variables */
:root {
--fly-by-night:#1d1b50;
--sage-violet:#3e3a78;
--dusted-peri:#6b6b9e;
--violet-tulip:#9e8dc4;
--hopeful:#f2d4e1;
}