Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c0d8;
}
.rogue-pink {
color: #f6a2c1;
}
.strawberry-soap {
color: #f6889b;
}
.embarrassment {
color: #f77878;
}
.ripe-malinka {
color: #f45d6c;
}
/* CSS Variables */
:root {
--sweetheart:#f1c0d8;
--rogue-pink:#f6a2c1;
--strawberry-soap:#f6889b;
--embarrassment:#f77878;
--ripe-malinka:#f45d6c;
}