Color names in this palette
CSS code for this palette
/* CSS */
.dull-lavender {
color: #a898e6;
}
.enchanted-lavender {
color: #baa3e0;
}
.pretty-petunia {
color: #d4b2e0;
}
.sweet-alyssum {
color: #e6c6e0;
}
.brittany-s-bow {
color: #f4d7df;
}
/* CSS Variables */
:root {
--dull-lavender:#a898e6;
--enchanted-lavender:#baa3e0;
--pretty-petunia:#d4b2e0;
--sweet-alyssum:#e6c6e0;
--brittany-s-bow:#f4d7df;
}