Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f2b1d8;
}
.be-my-valentine {
color: #e89cc2;
}
.kiss {
color: #d78eab;
}
.rhine-wine {
color: #c77091;
}
.kir-royale-rose {
color: #b75c7a;
}
/* CSS Variables */
:root {
--soft-cashmere:#f2b1d8;
--be-my-valentine:#e89cc2;
--kiss:#d78eab;
--rhine-wine:#c77091;
--kir-royale-rose:#b75c7a;
}