Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.plum-blossom {
color: #f0a19e;
}
.sugar-poppy {
color: #e58085;
}
.impatient-pink {
color: #d87d99;
}
.moonlight-melody {
color: #b76cb3;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--plum-blossom:#f0a19e;
--sugar-poppy:#e58085;
--impatient-pink:#d87d99;
--moonlight-melody:#b76cb3;
}