Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.purple-paradise {
color: #796a9a;
}
.fragrant-satchel {
color: #a79ab7;
}
.pretty-petunia {
color: #d7b3df;
}
.in-the-pink {
color: #f2c5d3;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--purple-paradise:#796a9a;
--fragrant-satchel:#a79ab7;
--pretty-petunia:#d7b3df;
--in-the-pink:#f2c5d3;
}