Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d2;
}
.sweet-perfume {
color: #d39cba;
}
.wonder-wish {
color: #a77b97;
}
.gala-ball {
color: #7a5c77;
}
.powerful-mauve {
color: #4d3c5d;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d2;
--sweet-perfume:#d39cba;
--wonder-wish:#a77b97;
--gala-ball:#7a5c77;
--powerful-mauve:#4d3c5d;
}