Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f0b2d6;
}
.rose-mallow {
color: #f5a3c9;
}
.wonder-lust {
color: #f18e9e;
}
.ambitious-rose {
color: #eb6b7c;
}
.spiced-coral {
color: #d84f56;
}
/* CSS Variables */
:root {
--soft-cashmere:#f0b2d6;
--rose-mallow:#f5a3c9;
--wonder-lust:#f18e9e;
--ambitious-rose:#eb6b7c;
--spiced-coral:#d84f56;
}