Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e6b7d3;
}
.lover-s-retreat {
color: #f2cfd8;
}
.pork-belly {
color: #f9e1e6;
}
.shrimp-toast {
color: #f9c69f;
}
.tickled-pink {
color: #f2a6c1;
}
/* CSS Variables */
:root {
--eau-de-rose:#e6b7d3;
--lover-s-retreat:#f2cfd8;
--pork-belly:#f9e1e6;
--shrimp-toast:#f9c69f;
--tickled-pink:#f2a6c1;
}