Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.tickled-pink {
color: #f1a7c3;
}
.prominent-pink {
color: #d79dc4;
}
.pinch-me {
color: #c78a9f;
}
.lover-s-tryst {
color: #b88ea4;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--tickled-pink:#f1a7c3;
--prominent-pink:#d79dc4;
--pinch-me:#c78a9f;
--lover-s-tryst:#b88ea4;
}