Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a25d8c;
}
.sweet-perfume {
color: #d09ab9;
}
.pink-chintz {
color: #f0c1d1;
}
.frolic {
color: #f9e6e1;
}
.mandys-pink {
color: #f5b59e;
}
/* CSS Variables */
:root {
--thimble-red:#a25d8c;
--sweet-perfume:#d09ab9;
--pink-chintz:#f0c1d1;
--frolic:#f9e6e1;
--mandys-pink:#f5b59e;
}