Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.purple-mystery {
color: #7f5b8b;
}
.amazonian-orchid {
color: #a67d9c;
}
.sweet-lilac {
color: #eab8d1;
}
.venus-pink {
color: #f0e5e6;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--purple-mystery:#7f5b8b;
--amazonian-orchid:#a67d9c;
--sweet-lilac:#eab8d1;
--venus-pink:#f0e5e6;
}