Color names in this palette
CSS code for this palette
/* CSS */
.lovely-pink {
color: #d9bfd4;
}
.rose-mallow {
color: #f2a6c7;
}
.in-the-pink {
color: #f2c5d3;
}
.eugenia {
color: #f2e7d4;
}
.parfait-pink {
color: #e2b1c5;
}
/* CSS Variables */
:root {
--lovely-pink:#d9bfd4;
--rose-mallow:#f2a6c7;
--in-the-pink:#f2c5d3;
--eugenia:#f2e7d4;
--parfait-pink:#e2b1c5;
}