Color names in this palette
CSS code for this palette
/* CSS */
.nightly-violet {
color: #7a3f7d;
}
.purple-plum {
color: #a050b4;
}
.autumn-wisteria {
color: #ce9edc;
}
.pretty-in-pink {
color: #f5c2e7;
}
.stellar-strawberry {
color: #ff5c8d;
}
/* CSS Variables */
:root {
--nightly-violet:#7a3f7d;
--purple-plum:#a050b4;
--autumn-wisteria:#ce9edc;
--pretty-in-pink:#f5c2e7;
--stellar-strawberry:#ff5c8d;
}