Color names in this palette
CSS code for this palette
/* CSS */
.violet-femmes {
color: #a26d9c;
}
.rhubarb-gin {
color: #d9a6c6;
}
.pink-heath {
color: #f3bfe0;
}
.banana-br-l-e {
color: #f8e8b9;
}
.ballerina-tears {
color: #f5b8b2;
}
/* CSS Variables */
:root {
--violet-femmes:#a26d9c;
--rhubarb-gin:#d9a6c6;
--pink-heath:#f3bfe0;
--banana-br-l-e:#f8e8b9;
--ballerina-tears:#f5b8b2;
}