Color names in this palette
CSS code for this palette
/* CSS */
.peach-ash {
color: #eec1be;
}
.bloodthirsty-beige {
color: #f7d4cf;
}
.pink-blessing {
color: #f4a9bb;
}
.pink-begonia {
color: #d99bbd;
}
.peach-blossom {
color: #e27980;
}
/* CSS Variables */
:root {
--peach-ash:#eec1be;
--bloodthirsty-beige:#f7d4cf;
--pink-blessing:#f4a9bb;
--pink-begonia:#d99bbd;
--peach-blossom:#e27980;
}