Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.creamy-peach {
color: #f69e84;
}
.peach-damask {
color: #f9c6a9;
}
.lime-bright {
color: #f1e3b1;
}
.child-s-play {
color: #e9b9d2;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--creamy-peach:#f69e84;
--peach-damask:#f9c6a9;
--lime-bright:#f1e3b1;
--child-s-play:#e9b9d2;
}