Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f3c4d6;
}
.prettiest-pink {
color: #e7a2c7;
}
.high-maintenance {
color: #d789b5;
}
.embarrassed {
color: #f17999;
}
.smudged-lips {
color: #f24a69;
}
/* CSS Variables */
:root {
--sweetheart:#f3c4d6;
--prettiest-pink:#e7a2c7;
--high-maintenance:#d789b5;
--embarrassed:#f17999;
--smudged-lips:#f24a69;
}