Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.blue-gem {
color: #4f3b8c;
}
.lusty-lavender {
color: #8b5db6;
}
.silver-rust {
color: #c8a3e0;
}
.lavender-savor {
color: #f1dbff;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--blue-gem:#4f3b8c;
--lusty-lavender:#8b5db6;
--silver-rust:#c8a3e0;
--lavender-savor:#f1dbff;
}