Color names in this palette
CSS code for this palette
/* CSS */
.enchanted-lavender {
color: #bfa2d8;
}
.pretty-petunia {
color: #e0b3e5;
}
.violet-kiss {
color: #f2a1d4;
}
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
/* CSS Variables */
:root {
--enchanted-lavender:#bfa2d8;
--pretty-petunia:#e0b3e5;
--violet-kiss:#f2a1d4;
--blush-hour:#ff7092;
--peach-pink:#ff998a;
}