Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e59fc5;
}
.sweetheart {
color: #f1c1d6;
}
.reduced-pink {
color: #f6e4e4;
}
.rice-flower {
color: #f1f7cf;
}
.mint-cocktail-green {
color: #b6e3b0;
}
/* CSS Variables */
:root {
--prettiest-pink:#e59fc5;
--sweetheart:#f1c1d6;
--reduced-pink:#f6e4e4;
--rice-flower:#f1f7cf;
--mint-cocktail-green:#b6e3b0;
}