Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3c67;
}
.juneberry {
color: #7a599b;
}
.lush-lilac {
color: #9b7cb6;
}
.pretty-petunia {
color: #d9b0e3;
}
.fall-leaf {
color: #e6b7a3;
}
/* CSS Variables */
:root {
--meteorite:#4b3c67;
--juneberry:#7a599b;
--lush-lilac:#9b7cb6;
--pretty-petunia:#d9b0e3;
--fall-leaf:#e6b7a3;
}