Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f2a6c3;
}
.pink-marshmallow {
color: #f5b7d1;
}
.pretty-in-pink {
color: #f9c3e6;
}
.melon-mist {
color: #e67f92;
}
.kenny-s-kiss {
color: #d45976;
}
/* CSS Variables */
:root {
--tickled-pink:#f2a6c3;
--pink-marshmallow:#f5b7d1;
--pretty-in-pink:#f9c3e6;
--melon-mist:#e67f92;
--kenny-s-kiss:#d45976;
}