Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f1b1d4;
}
.elastic-pink {
color: #e8a6c9;
}
.pastel-lavender {
color: #d4a1c1;
}
.pretty-petunia {
color: #d1b2e0;
}
.perfume {
color: #bbaee0;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f1b1d4;
--elastic-pink:#e8a6c9;
--pastel-lavender:#d4a1c1;
--pretty-petunia:#d1b2e0;
--perfume:#bbaee0;
}