Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f4b3d8;
}
.brittany-s-bow {
color: #f5d6df;
}
.quartz-white {
color: #f3e8e2;
}
.loveable {
color: #f1c1c6;
}
.rambling-rose {
color: #d68a9a;
}
/* CSS Variables */
:root {
--soft-cashmere:#f4b3d8;
--brittany-s-bow:#f5d6df;
--quartz-white:#f3e8e2;
--loveable:#f1c1c6;
--rambling-rose:#d68a9a;
}