Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.pink-frosting {
color: #f7d4e1;
}
.light-favourite-lady {
color: #ead2df;
}
.purple-gladiola {
color: #c2afd4;
}
.pretty-petunia {
color: #d3b2e0;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--pink-frosting:#f7d4e1;
--light-favourite-lady:#ead2df;
--purple-gladiola:#c2afd4;
--pretty-petunia:#d3b2e0;
}