Color names in this palette
CSS code for this palette
/* CSS */
.spun-sugar {
color: #f9e1ee;
}
.soft-cashmere {
color: #f3b4d7;
}
.sachet-pink {
color: #ed8cb6;
}
.carmine-rose {
color: #e05c8f;
}
.middle-safflower {
color: #c94a7b;
}
/* CSS Variables */
:root {
--spun-sugar:#f9e1ee;
--soft-cashmere:#f3b4d7;
--sachet-pink:#ed8cb6;
--carmine-rose:#e05c8f;
--middle-safflower:#c94a7b;
}