Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e2b1d1;
}
.cherry-blossom {
color: #f4bed6;
}
.pink-frosting {
color: #f8d8e2;
}
.pork-belly {
color: #f9e1e6;
}
.mountain-laurel {
color: #f2cad6;
}
/* CSS Variables */
:root {
--gumball:#e2b1d1;
--cherry-blossom:#f4bed6;
--pink-frosting:#f8d8e2;
--pork-belly:#f9e1e6;
--mountain-laurel:#f2cad6;
}