Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.love-spell {
color: #f5b7c5;
}
.cherry-blossom {
color: #f2c0d3;
}
.candy-floss {
color: #e3a2e7;
}
.plasma-trail {
color: #d899ff;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--love-spell:#f5b7c5;
--cherry-blossom:#f2c0d3;
--candy-floss:#e3a2e7;
--plasma-trail:#d899ff;
}