Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #6a3f88;
}
.prickly-purple {
color: #a75ab5;
}
.petal-plush {
color: #e1a5e9;
}
.sassy-pink {
color: #f3d3f8;
}
.nadeshiko-pink {
color: #f7abc4;
}
/* CSS Variables */
:root {
--lords-of-the-night:#6a3f88;
--prickly-purple:#a75ab5;
--petal-plush:#e1a5e9;
--sassy-pink:#f3d3f8;
--nadeshiko-pink:#f7abc4;
}