Color names in this palette
CSS code for this palette
/* CSS */
.harvest-night {
color: #5a3f88;
}
.lusty-lavender {
color: #8a5bae;
}
.pretty-petunia {
color: #d2b1e2;
}
.desire-pink {
color: #efc3d1;
}
.plum-blossom {
color: #f49f9f;
}
/* CSS Variables */
:root {
--harvest-night:#5a3f88;
--lusty-lavender:#8a5bae;
--pretty-petunia:#d2b1e2;
--desire-pink:#efc3d1;
--plum-blossom:#f49f9f;
}