Color names in this palette
CSS code for this palette
/* CSS */
.eclipse-elixir {
color: #1e1e38;
}
.meteorite {
color: #4a3c6d;
}
.jubilee {
color: #7c5f9b;
}
.grape-illusion {
color: #b5a3d7;
}
.sheer-lavender {
color: #f3e2f1;
}
/* CSS Variables */
:root {
--eclipse-elixir:#1e1e38;
--meteorite:#4a3c6d;
--jubilee:#7c5f9b;
--grape-illusion:#b5a3d7;
--sheer-lavender:#f3e2f1;
}