Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f7bbcf;
}
.cherry-blush {
color: #ffc7dd;
}
.saira-red {
color: #ff99b3;
}
.ripe-melon {
color: #ffb8ad;
}
.peach-bellini {
color: #ffdcad;
}
/* CSS Variables */
:root {
--dahlia-delight:#f7bbcf;
--cherry-blush:#ffc7dd;
--saira-red:#ff99b3;
--ripe-melon:#ffb8ad;
--peach-bellini:#ffdcad;
}