Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f6c1d1;
}
.rose-mallow {
color: #f1a7c8;
}
.pink-chalk {
color: #efa4ba;
}
.child-s-play {
color: #e5b8d5;
}
.tropical-violet {
color: #d0a6e2;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f6c1d1;
--rose-mallow:#f1a7c8;
--pink-chalk:#efa4ba;
--child-s-play:#e5b8d5;
--tropical-violet:#d0a6e2;
}