Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.pink-lace {
color: #f6cbd8;
}
.gumball {
color: #e8b0d3;
}
.sparkling-pink {
color: #f4d2e7;
}
.rogue-pink {
color: #f6a2bf;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--pink-lace:#f6cbd8;
--gumball:#e8b0d3;
--sparkling-pink:#f4d2e7;
--rogue-pink:#f6a2bf;
}