Color names in this palette
CSS code for this palette
/* CSS */
.enchanted-lavender {
color: #c2a1d4;
}
.meadow-mauve {
color: #a65e93;
}
.pink-fit {
color: #f5a8b0;
}
.rustique {
color: #f6bfb1;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--enchanted-lavender:#c2a1d4;
--meadow-mauve:#a65e93;
--pink-fit:#f5a8b0;
--rustique:#f6bfb1;
--french-vanilla:#f1e1a7;
}