Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f2b1d4;
}
.princess {
color: #f1a7b6;
}
.melon-mist {
color: #e57b92;
}
.tuna-sashimi {
color: #d26075;
}
.glazed-raspberry {
color: #a34d62;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f2b1d4;
--princess:#f1a7b6;
--melon-mist:#e57b92;
--tuna-sashimi:#d26075;
--glazed-raspberry:#a34d62;
}