Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f6b1d4;
}
.christmas-pink {
color: #e03e7f;
}
.crushed-berries {
color: #d25b9e;
}
.plum-dust {
color: #a84d94;
}
.grape-juice {
color: #7d2b62;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f6b1d4;
--christmas-pink:#e03e7f;
--crushed-berries:#d25b9e;
--plum-dust:#a84d94;
--grape-juice:#7d2b62;
}