Color names in this palette
CSS code for this palette
/* CSS */
.eclipse-elixir {
color: #1f1b37;
}
.meteorite {
color: #4b3d6c;
}
.butterfly-bush {
color: #6a5b8b;
}
.mauve-memento {
color: #a36c9b;
}
.pretty-petunia {
color: #d8b3df;
}
/* CSS Variables */
:root {
--eclipse-elixir:#1f1b37;
--meteorite:#4b3d6c;
--butterfly-bush:#6a5b8b;
--mauve-memento:#a36c9b;
--pretty-petunia:#d8b3df;
}