Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.butterfly-bush {
color: #6a5991;
}
.purple-mountains-majesty {
color: #9a7ebe;
}
.herb-robert {
color: #d6a4e0;
}
.parrot-tulip {
color: #f0c1d3;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--butterfly-bush:#6a5991;
--purple-mountains-majesty:#9a7ebe;
--herb-robert:#d6a4e0;
--parrot-tulip:#f0c1d3;
}