Color names in this palette
CSS code for this palette
/* CSS */
.spun-sugar {
color: #f9e1ee;
}
.soft-cashmere {
color: #f4b3d7;
}
.elastic-pink {
color: #efa4c7;
}
.sweet-perfume {
color: #d69ab5;
}
.cheddar-pink-mauve {
color: #b87fb0;
}
/* CSS Variables */
:root {
--spun-sugar:#f9e1ee;
--soft-cashmere:#f4b3d7;
--elastic-pink:#efa4c7;
--sweet-perfume:#d69ab5;
--cheddar-pink-mauve:#b87fb0;
}