Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.changeling-pink {
color: #f2b1d0;
}
.soft-cashmere {
color: #eab8d9;
}
.laelia-pink {
color: #f7c5df;
}
.light-pink {
color: #ffd1e0;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--changeling-pink:#f2b1d0;
--soft-cashmere:#eab8d9;
--laelia-pink:#f7c5df;
--light-pink:#ffd1e0;
}