Color names in this palette
CSS code for this palette
/* CSS */
.eclipse-elixir {
color: #1f1b37;
}
.meteorite {
color: #4b3c67;
}
.plum-power {
color: #7b5a8c;
}
.orange-clay {
color: #e7a87e;
}
.sundance {
color: #f9c56c;
}
/* CSS Variables */
:root {
--eclipse-elixir:#1f1b37;
--meteorite:#4b3c67;
--plum-power:#7b5a8c;
--orange-clay:#e7a87e;
--sundance:#f9c56c;
}