Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e0a3c9;
}
.sweetheart {
color: #f4c3d8;
}
.fancy-pink {
color: #f7eae8;
}
.ginger-peach {
color: #f8d3a0;
}
.first-date {
color: #f4b4a4;
}
/* CSS Variables */
:root {
--prettiest-pink:#e0a3c9;
--sweetheart:#f4c3d8;
--fancy-pink:#f7eae8;
--ginger-peach:#f8d3a0;
--first-date:#f4b4a4;
}