Color names in this palette
CSS code for this palette
/* CSS */
.nightly-violet {
color: #7a3f7d;
}
.feminism {
color: #9a5b84;
}
.powder-blush {
color: #d5988b;
}
.peach-temptation {
color: #f1c4b1;
}
.pancake {
color: #f7d588;
}
/* CSS Variables */
:root {
--nightly-violet:#7a3f7d;
--feminism:#9a5b84;
--powder-blush:#d5988b;
--peach-temptation:#f1c4b1;
--pancake:#f7d588;
}