Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #e9b4d8;
}
.pink-heath {
color: #f1c0de;
}
.brittany-s-bow {
color: #f3d8e1;
}
.blush-tint {
color: #f4e1e4;
}
.lynx-white {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--soft-cashmere:#e9b4d8;
--pink-heath:#f1c0de;
--brittany-s-bow:#f3d8e1;
--blush-tint:#f4e1e4;
--lynx-white:#f7f7f7;
}