Color names in this palette
CSS code for this palette
/* CSS */
.perfume-haze {
color: #f1e8f8;
}
.pretty-petunia {
color: #d0b0e8;
}
.rich-lavender {
color: #a16dd0;
}
.true-purple {
color: #6a2c90;
}
.clairvoyant {
color: #400b5b;
}
/* CSS Variables */
:root {
--perfume-haze:#f1e8f8;
--pretty-petunia:#d0b0e8;
--rich-lavender:#a16dd0;
--true-purple:#6a2c90;
--clairvoyant:#400b5b;
}