Color names in this palette
CSS code for this palette
/* CSS */
.soft-lavender {
color: #f6dff5;
}
.pretty-petunia {
color: #d3b4e4;
}
.wisteria {
color: #ac7ec4;
}
.pure-mauve {
color: #684f92;
}
.minsk {
color: #3a2c68;
}
/* CSS Variables */
:root {
--soft-lavender:#f6dff5;
--pretty-petunia:#d3b4e4;
--wisteria:#ac7ec4;
--pure-mauve:#684f92;
--minsk:#3a2c68;
}