Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f0b2d5;
}
.prettiest-pink {
color: #e7a2c2;
}
.high-maintenance {
color: #d68ab0;
}
.pink-manhattan {
color: #c56d7f;
}
.shine-baby-shine {
color: #a65e6c;
}
/* CSS Variables */
:root {
--soft-cashmere:#f0b2d5;
--prettiest-pink:#e7a2c2;
--high-maintenance:#d68ab0;
--pink-manhattan:#c56d7f;
--shine-baby-shine:#a65e6c;
}