Color names in this palette
CSS code for this palette
/* CSS */
.barely-pink {
color: #f6d5df;
}
.gumball {
color: #e3b5d1;
}
.firm-pink {
color: #d68fc5;
}
.violet-kiss {
color: #f2a1cc;
}
.carnation-bouquet {
color: #f5c2d1;
}
/* CSS Variables */
:root {
--barely-pink:#f6d5df;
--gumball:#e3b5d1;
--firm-pink:#d68fc5;
--violet-kiss:#f2a1cc;
--carnation-bouquet:#f5c2d1;
}