Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e6b3d1;
}
.pink-chalk {
color: #f4a4bf;
}
.shrimp-toast {
color: #f8c3a0;
}
.sun-dust {
color: #f5e2a3;
}
.puff-pastry-yellow {
color: #fbcf89;
}
/* CSS Variables */
:root {
--gumball:#e6b3d1;
--pink-chalk:#f4a4bf;
--shrimp-toast:#f8c3a0;
--sun-dust:#f5e2a3;
--puff-pastry-yellow:#fbcf89;
}