Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e4a0c4;
}
.tuscan {
color: #f9d6a9;
}
.tequila {
color: #f5d0a3;
}
.first-date {
color: #f7b2a1;
}
.parfait-pink {
color: #e2b1c6;
}
/* CSS Variables */
:root {
--prettiest-pink:#e4a0c4;
--tuscan:#f9d6a9;
--tequila:#f5d0a3;
--first-date:#f7b2a1;
--parfait-pink:#e2b1c6;
}