Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e6a2c2;
}
.sweetheart {
color: #f4c3d6;
}
.pork-belly {
color: #f8e2e7;
}
.macaroon-cream {
color: #ffe8d6;
}
.ripe-melon {
color: #ffb7ad;
}
/* CSS Variables */
:root {
--prettiest-pink:#e6a2c2;
--sweetheart:#f4c3d6;
--pork-belly:#f8e2e7;
--macaroon-cream:#ffe8d6;
--ripe-melon:#ffb7ad;
}