Color names in this palette
CSS code for this palette
/* CSS */
.taffy-pink {
color: #f8a5ca;
}
.oleander-pink {
color: #f25a9c;
}
.valentine-s-day {
color: #a83867;
}
.grape-wine {
color: #5f304c;
}
.temptress {
color: #3b1b2c;
}
/* CSS Variables */
:root {
--taffy-pink:#f8a5ca;
--oleander-pink:#f25a9c;
--valentine-s-day:#a83867;
--grape-wine:#5f304c;
--temptress:#3b1b2c;
}