Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3da;
}
.soft-cashmere {
color: #f0b2d5;
}
.always-rosey {
color: #e79cb4;
}
.floral-linen {
color: #f6e1df;
}
.first-daughter {
color: #f7d4d8;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3da;
--soft-cashmere:#f0b2d5;
--always-rosey:#e79cb4;
--floral-linen:#f6e1df;
--first-daughter:#f7d4d8;
}