Color names in this palette
CSS code for this palette
/* CSS */
.purple-vision {
color: #a29acb;
}
.melrose {
color: #c3b4e4;
}
.naughty-marietta {
color: #e3c9e0;
}
.pink-fit {
color: #f1a7b1;
}
.pink-flambe {
color: #d24b7d;
}
/* CSS Variables */
:root {
--purple-vision:#a29acb;
--melrose:#c3b4e4;
--naughty-marietta:#e3c9e0;
--pink-fit:#f1a7b1;
--pink-flambe:#d24b7d;
}