Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3c67;
}
.butterfly-bush {
color: #6a5b8b;
}
.lush-lilac {
color: #9c7dba;
}
.tropical-violet {
color: #d1a4e0;
}
.sweetheart {
color: #f2c5d8;
}
/* CSS Variables */
:root {
--meteorite:#4b3c67;
--butterfly-bush:#6a5b8b;
--lush-lilac:#9c7dba;
--tropical-violet:#d1a4e0;
--sweetheart:#f2c5d8;
}