Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.pink-marshmallow {
color: #f6b6d0;
}
.pretty-in-pink {
color: #f9c3e5;
}
.exotic-violet {
color: #e3a1d3;
}
.fiesta-pink {
color: #d56c9a;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--pink-marshmallow:#f6b6d0;
--pretty-in-pink:#f9c3e5;
--exotic-violet:#e3a1d3;
--fiesta-pink:#d56c9a;
}