Color names in this palette
CSS code for this palette
/* CSS */
.violet-femmes {
color: #a76c9c;
}
.tea-towel {
color: #c5a5c4;
}
.pink-frosting {
color: #f5d6e2;
}
.love-spell {
color: #f9b4c5;
}
.vinaceous-cinnamon {
color: #f48a8a;
}
/* CSS Variables */
:root {
--violet-femmes:#a76c9c;
--tea-towel:#c5a5c4;
--pink-frosting:#f5d6e2;
--love-spell:#f9b4c5;
--vinaceous-cinnamon:#f48a8a;
}