Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f4b3d7;
}
.sugar-cookie {
color: #f2e2a6;
}
.botanical-tint {
color: #a9e5d1;
}
.peach-damask {
color: #f6c7a7;
}
.orange-spice {
color: #ffa061;
}
/* CSS Variables */
:root {
--soft-cashmere:#f4b3d7;
--sugar-cookie:#f2e2a6;
--botanical-tint:#a9e5d1;
--peach-damask:#f6c7a7;
--orange-spice:#ffa061;
}