Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.pink-frosting {
color: #f6d5e0;
}
.gumball {
color: #e3b5d3;
}
.pastel-lavender {
color: #d6a4c3;
}
.ripe-cherry {
color: #c2566c;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--pink-frosting:#f6d5e0;
--gumball:#e3b5d3;
--pastel-lavender:#d6a4c3;
--ripe-cherry:#c2566c;
}