Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.amaranth-pink {
color: #f099b9;
}
.melon-mist {
color: #ef7b91;
}
.blush-d-amour {
color: #da5d85;
}
.china-rose {
color: #aa4b6c;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--amaranth-pink:#f099b9;
--melon-mist:#ef7b91;
--blush-d-amour:#da5d85;
--china-rose:#aa4b6c;
}