Color names in this palette
CSS code for this palette
/* CSS */
.perfume-haze {
color: #f1e8f8;
}
.pretty-petunia {
color: #d1b1e2;
}
.soft-purple {
color: #a76dba;
}
.true-purple {
color: #6f2c90;
}
.dark-dreams {
color: #391e6b;
}
/* CSS Variables */
:root {
--perfume-haze:#f1e8f8;
--pretty-petunia:#d1b1e2;
--soft-purple:#a76dba;
--true-purple:#6f2c90;
--dark-dreams:#391e6b;
}