Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d5a5c6;
}
.gumball {
color: #e9b4d1;
}
.mountain-laurel {
color: #f3c9d3;
}
.royal-wedding {
color: #fde2e3;
}
.precious-pink {
color: #f7b2b1;
}
/* CSS Variables */
:root {
--heart-to-heart:#d5a5c6;
--gumball:#e9b4d1;
--mountain-laurel:#f3c9d3;
--royal-wedding:#fde2e3;
--precious-pink:#f7b2b1;
}