Color names in this palette
CSS code for this palette
/* CSS */
.curd {
color: #f8e1b9;
}
.mixed-fruit {
color: #f9b7b4;
}
.pearly-pink {
color: #f49aca;
}
.pink-carnation {
color: #f27d9c;
}
.tropical-violet {
color: #d3a4e0;
}
/* CSS Variables */
:root {
--curd:#f8e1b9;
--mixed-fruit:#f9b7b4;
--pearly-pink:#f49aca;
--pink-carnation:#f27d9c;
--tropical-violet:#d3a4e0;
}