Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e7b1d1;
}
.parrot-tulip {
color: #f0c1d6;
}
.pink-frosting {
color: #f9d7e1;
}
.peach-cloud {
color: #fce2d9;
}
.dress-up {
color: #f8c6bf;
}
/* CSS Variables */
:root {
--gumball:#e7b1d1;
--parrot-tulip:#f0c1d6;
--pink-frosting:#f9d7e1;
--peach-cloud:#fce2d9;
--dress-up:#f8c6bf;
}