Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e2a2c5;
}
.eau-de-rose {
color: #e6b7d3;
}
.lacquer-mauve {
color: #f1d0e4;
}
.petal-poise {
color: #f6e4f0;
}
.sweetheart {
color: #f4c3d6;
}
/* CSS Variables */
:root {
--prettiest-pink:#e2a2c5;
--eau-de-rose:#e6b7d3;
--lacquer-mauve:#f1d0e4;
--petal-poise:#f6e4f0;
--sweetheart:#f4c3d6;
}