Color names in this palette
CSS code for this palette
/* CSS */
.lavender-purple {
color: #9873b5;
}
.garden-pansy {
color: #a78fb7;
}
.pretty-petunia {
color: #d3b2e0;
}
.sweet-murmur {
color: #ebc1e3;
}
.think-pink {
color: #e5a4bf;
}
/* CSS Variables */
:root {
--lavender-purple:#9873b5;
--garden-pansy:#a78fb7;
--pretty-petunia:#d3b2e0;
--sweet-murmur:#ebc1e3;
--think-pink:#e5a4bf;
}