Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d4;
}
.heart-to-heart {
color: #d5a5c5;
}
.radiant-orchid {
color: #a85da0;
}
.sparkling-grape {
color: #7d3b7b;
}
.murasaki {
color: #4d1f4d;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d4;
--heart-to-heart:#d5a5c5;
--radiant-orchid:#a85da0;
--sparkling-grape:#7d3b7b;
--murasaki:#4d1f4d;
}