Color names in this palette
CSS code for this palette
/* CSS */
.passion-fruit-punch {
color: #e5aa9e;
}
.impatient-heart {
color: #c57c7e;
}
.black-pudding {
color: #a14a54;
}
.zinfandel {
color: #5b293c;
}
.temptress {
color: #3d1f2b;
}
/* CSS Variables */
:root {
--passion-fruit-punch:#e5aa9e;
--impatient-heart:#c57c7e;
--black-pudding:#a14a54;
--zinfandel:#5b293c;
--temptress:#3d1f2b;
}