Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e6b2d3;
}
.minimal-rose {
color: #f1d0e0;
}
.sweetheart {
color: #f4c3d8;
}
.rogue-pink {
color: #f8a0bc;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--gumball:#e6b2d3;
--minimal-rose:#f1d0e0;
--sweetheart:#f4c3d8;
--rogue-pink:#f8a0bc;
--blush-hour:#ff7092;
}