Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.carnation-bouquet {
color: #f6c1d2;
}
.rosie-posie {
color: #f1e4ec;
}
.ginger-peach {
color: #f9d39f;
}
.cheater {
color: #f5b05c;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--carnation-bouquet:#f6c1d2;
--rosie-posie:#f1e4ec;
--ginger-peach:#f9d39f;
--cheater:#f5b05c;
}