Color names in this palette
CSS code for this palette
/* CSS */
.eclipse-elixir {
color: #1f1a38;
}
.meteorite {
color: #4b3d6c;
}
.jubilee {
color: #7d599b;
}
.tuileries-tint {
color: #b99dbe;
}
.mauve-chalk {
color: #e3cece;
}
/* CSS Variables */
:root {
--eclipse-elixir:#1f1a38;
--meteorite:#4b3d6c;
--jubilee:#7d599b;
--tuileries-tint:#b99dbe;
--mauve-chalk:#e3cece;
}