Color names in this palette
CSS code for this palette
/* CSS */
.little-bow-pink {
color: #d87d9d;
}
.princess {
color: #f1a7b3;
}
.carnation-bouquet {
color: #f6c1d1;
}
.pork-belly {
color: #f8e2e7;
}
.mellow-flower {
color: #f1dfe9;
}
/* CSS Variables */
:root {
--little-bow-pink:#d87d9d;
--princess:#f1a7b3;
--carnation-bouquet:#f6c1d1;
--pork-belly:#f8e2e7;
--mellow-flower:#f1dfe9;
}