Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c8;
}
.flirty-rose {
color: #d55d8d;
}
.dahlia-mauve {
color: #b35b8d;
}
.kiss-me-more {
color: #d96d8a;
}
.cupid {
color: #f6b1c5;
}
/* CSS Variables */
:root {
--chantilly:#eab8c8;
--flirty-rose:#d55d8d;
--dahlia-mauve:#b35b8d;
--kiss-me-more:#d96d8a;
--cupid:#f6b1c5;
}