Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d2a7c7;
}
.eau-de-rose {
color: #e2b6d3;
}
.sparkling-pink {
color: #f5d1e5;
}
.may-sun {
color: #f9e9d2;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--heart-to-heart:#d2a7c7;
--eau-de-rose:#e2b6d3;
--sparkling-pink:#f5d1e5;
--may-sun:#f9e9d2;
--maximum-yellow-red:#f1b74b;
}