Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d6a4e5;
}
.mauve-mist {
color: #c49cd3;
}
.violet-femmes {
color: #a26d9d;
}
.venetian-rose {
color: #f1c6e3;
}
.pink-chalk {
color: #f4a4bf;
}
/* CSS Variables */
:root {
--bright-ube:#d6a4e5;
--mauve-mist:#c49cd3;
--violet-femmes:#a26d9d;
--venetian-rose:#f1c6e3;
--pink-chalk:#f4a4bf;
}