Color names in this palette
CSS code for this palette
/* CSS */
.creamy-mauve {
color: #dac8d6;
}
.soft-cashmere {
color: #f0b2d7;
}
.tickled-pink {
color: #f2a6c1;
}
.carnation {
color: #f97b8e;
}
.majestic-magenta {
color: #e84a8c;
}
/* CSS Variables */
:root {
--creamy-mauve:#dac8d6;
--soft-cashmere:#f0b2d7;
--tickled-pink:#f2a6c1;
--carnation:#f97b8e;
--majestic-magenta:#e84a8c;
}