Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f7a6c1;
}
.in-the-pink {
color: #f2c4d2;
}
.gumball {
color: #e6b3d1;
}
.lili-elbe-s-pink {
color: #d69eb2;
}
.fuchsia-kiss {
color: #c76b97;
}
/* CSS Variables */
:root {
--rogue-pink:#f7a6c1;
--in-the-pink:#f2c4d2;
--gumball:#e6b3d1;
--lili-elbe-s-pink:#d69eb2;
--fuchsia-kiss:#c76b97;
}