Color names in this palette
CSS code for this palette
/* CSS */
.soft-lavender {
color: #f7e8f7;
}
.pretty-petunia {
color: #d1b2e0;
}
.soft-purple {
color: #a66db6;
}
.amaranth-purple {
color: #6f3d8a;
}
.elegant-purple-gown {
color: #511c6d;
}
/* CSS Variables */
:root {
--soft-lavender:#f7e8f7;
--pretty-petunia:#d1b2e0;
--soft-purple:#a66db6;
--amaranth-purple:#6f3d8a;
--elegant-purple-gown:#511c6d;
}