Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e6b3d5;
}
.sparkling-pink {
color: #f6d0e5;
}
.venetian-rose {
color: #f1c6e0;
}
.rogue-pink {
color: #f6a2c5;
}
.fiesta-pink {
color: #d17192;
}
/* CSS Variables */
:root {
--gumball:#e6b3d5;
--sparkling-pink:#f6d0e5;
--venetian-rose:#f1c6e0;
--rogue-pink:#f6a2c5;
--fiesta-pink:#d17192;
}