Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b1d5;
}
.sugarwinkle {
color: #f9c8e2;
}
.pink-cattleya {
color: #ffb3d1;
}
.camaron-pink {
color: #ff808e;
}
.hindu-lotus {
color: #e64c8a;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b1d5;
--sugarwinkle:#f9c8e2;
--pink-cattleya:#ffb3d1;
--camaron-pink:#ff808e;
--hindu-lotus:#e64c8a;
}